[−][src]Trait async_graphql::ToGraphQLCursor
Convert any type that implements Display to the Cursor type
Required methods
fn to_graphql_cursor(&self) -> Cursor
Implementors
impl<T> ToGraphQLCursor for T where
T: Display,
[src]
T: Display,