Struct async_graphql::extensions::NextSubscribe [−][src]
pub struct NextSubscribe<'a> { /* fields omitted */ }
Expand description
The remainder of a extension chain for subscribe.
Implementations
pub fn run<'s>(
self,
ctx: &ExtensionContext<'_>,
stream: BoxStream<'s, Response>
) -> BoxStream<'s, Response>
pub fn run<'s>(
self,
ctx: &ExtensionContext<'_>,
stream: BoxStream<'s, Response>
) -> BoxStream<'s, Response>
Call the Extension::subscribe function of next extension.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for NextSubscribe<'a>
impl<'a> Send for NextSubscribe<'a>
impl<'a> Sync for NextSubscribe<'a>
impl<'a> Unpin for NextSubscribe<'a>
impl<'a> !UnwindSafe for NextSubscribe<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more