Function fp_rust::monadio::of[][src]

pub fn of<Z: 'static + Send + Sync + Clone>(
    r: Z
) -> impl FnMut() -> Z + Send + Sync + 'static