pub type MetU8<E, R, S, Res> = Metropolis<E, R, S, Res, u8>;
Expand description

short for Metropolis<E, R, S, Res, u8>