Type Alias Net

Source
pub type Net<T> = BigEndian<T>;

Aliased Type§

pub struct Net<T>(pub T);

Tuple Fields§

§0: T