Skip to main content

CustomSessionFuture

Type Alias CustomSessionFuture 

Source
pub type CustomSessionFuture<'a> = Pin<Box<dyn Future<Output = Result<Value, OpenAuthError>> + Send + 'a>>;

Aliased Typeยง

pub struct CustomSessionFuture<'a> { /* private fields */ }