[][src]Trait async_graphql::ToGraphQLCursor

pub trait ToGraphQLCursor {
    fn to_graphql_cursor(&self) -> Cursor;
}

Convert any type that implements Display to the Cursor type

Required methods

Loading content...

Implementors

impl<T> ToGraphQLCursor for T where
    T: Display
[src]

Loading content...