Skip to main content

CreatorResult

Type Alias CreatorResult 

Source
pub type CreatorResult<T> = Pin<Box<dyn Future<Output = Result<T>> + Send>>;
Expand description

Result of the creator function

Aliased Typeยง

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