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