Trait FilterFrom
rinecs::operators::filter
pub trait FilterFrom<T> { fn filter_from(t: T) -> Self; }
fn filter_from(t: T) -> Self