Trait UnzippedWith

Source
pub trait UnzippedWith {
    // Required method
    fn unzipped_with(
        &self,
        callback: Callback<OAuth2Context>,
    ) -> (Option<OAuth2Context>, Option<ContextHandle<OAuth2Context>>);
}
Expand description

Helper to get an unzipped version of the context.

Required Methods§

Implementations on Foreign Types§

Source§

impl<C> UnzippedWith for Scope<C>
where C: Component,

Source§

impl<C> UnzippedWith for Context<C>
where C: Component,

Implementors§