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