[][src]Function gc_sequence::from_fn

pub fn from_fn<'gc, F, R>(f: F) -> SequenceFn<F> where
    F: 'static + FnOnce(MutationContext<'gc, '_>) -> R,