Skip to main content

CreateFn

Type Alias CreateFn 

Source
pub type CreateFn<T> = Box<dyn Fn() -> BoxFuture<'static, Result<T, String>> + Send + Sync>;

Aliased Typeยง

pub struct CreateFn<T>(/* private fields */);