[][src]Trait async_graphql::IntoQueryBuilder

pub trait IntoQueryBuilder {
#[must_use]    fn into_query_builder<'async_trait>(
        self
    ) -> Pin<Box<dyn Future<Output = Result<QueryBuilder, ParseRequestError>> + Send + 'async_trait>>
    where
        Self: 'async_trait
; }

Required methods

#[must_use]fn into_query_builder<'async_trait>(
    self
) -> Pin<Box<dyn Future<Output = Result<QueryBuilder, ParseRequestError>> + Send + 'async_trait>> where
    Self: 'async_trait, 

Loading content...

Implementations on Foreign Types

impl<CT, Body> IntoQueryBuilder for (Option<CT>, Body) where
    CT: AsRef<str> + Send,
    Body: AsyncRead + Send + Unpin
[src]

Loading content...

Implementors

impl IntoQueryBuilder for GQLRequest[src]

Loading content...