Skip to main content

AdminFuture

Type Alias AdminFuture 

Source
pub type AdminFuture<'a, T> = Pin<Box<dyn Future<Output = Result<T, AdminError>> + Send + 'a>>;
Expand description

Type alias for the boxed future returned by async AdminModel methods.

Aliased Typeยง

pub struct AdminFuture<'a, T> { /* private fields */ }