Skip to main content

vec

Function vec 

Source
pub fn vec<S, A, F>(f: F) -> VecExtract<F>
where F: for<'a> Fn(&'a S) -> &'a Vec<A> + Send + Sync,