Struct finchers_juniper::execute::WithSpawner[][src]

pub struct WithSpawner<S, Sp> { /* fields omitted */ }

Trait Implementations

impl<S: Debug, Sp: Debug> Debug for WithSpawner<S, Sp>
[src]

Formats the value using the given formatter. Read more

impl<'a, S, Sp> IntoEndpoint<'a> for WithSpawner<S, Sp> where
    S: SharedSchema<Context = ()>,
    Sp: Executor<Execute<GraphQLTask<S>>> + 'a, 
[src]

The inner type of associated Endpoint.

The type of transformed Endpoint.

Consume itself and transform into an Endpoint.

impl<'a, E, S, Sp> Wrapper<'a, E> for WithSpawner<S, Sp> where
    E: Endpoint<'a, Output = (S::Context,)>,
    S: SharedSchema,
    Sp: Executor<Execute<GraphQLTask<S>>> + 'a, 
[src]

The inner type of converted Endpoint.

The type of converted Endpoint.

Performs conversion from the provided endpoint into Self::Endpoint.

Auto Trait Implementations

impl<S, Sp> Send for WithSpawner<S, Sp> where
    S: Send,
    Sp: Send

impl<S, Sp> Sync for WithSpawner<S, Sp> where
    S: Sync,
    Sp: Sync