pub type Region = u32;
Trait Implementations§
source§impl<C: RequestConnection> From<&RegionWrapper<C>> for Region
impl<C: RequestConnection> From<&RegionWrapper<C>> for Region
source§fn from(from: &RegionWrapper<C>) -> Self
fn from(from: &RegionWrapper<C>) -> Self
Converts to this type from the input type.