Skip to main content

SessionFuture

Type Alias SessionFuture 

Source
pub type SessionFuture<T> = Pin<Box<dyn Future<Output = Result<T, String>> + Send>>;

Aliased Typeยง

pub struct SessionFuture<T> { /* private fields */ }