[][src]Function reactor_rs::mono::just

pub fn just<T>(t: T) -> MonoJust<T, ()> where
    T: Clone