[][src]Trait speedruns::data::graphql::MakeQueryTrail

pub trait MakeQueryTrail<'a> {
    fn make_query_trail<T>(&'a self) -> QueryTrail<'a, T, Walked>;
}

Make a QueryTrail from something, normally a juniper::LookAheadSelection.

You normally shouldn't need to worry about this trait.

Required methods

fn make_query_trail<T>(&'a self) -> QueryTrail<'a, T, Walked>

Loading content...

Implementations on Foreign Types

impl<'a> MakeQueryTrail<'a> for LookAheadSelection<'a, DefaultScalarValue>[src]

Loading content...

Implementors

Loading content...