[][src]Function reactor_rs::mono::create

pub fn create<T, G, E>(gen: G) -> MonoCreate<T, G, E> where
    G: Fn() -> Result<T, E>,