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.