Type Alias Counter
pub type Counter = u32;
Trait Implementations§
Source§impl<C: RequestConnection> From<&CounterWrapper<C>> for Counter
impl<C: RequestConnection> From<&CounterWrapper<C>> for Counter
Source§fn from(from: &CounterWrapper<C>) -> Self
fn from(from: &CounterWrapper<C>) -> Self
Converts to this type from the input type.