Trait orx_split_vec::prelude::IntoFragments
source · pub trait IntoFragments<T> {
// Required method
fn into_fragments(self) -> impl Iterator<Item = Fragment<T>>;
}
Expand description
Converts self into a collection of Fragment
s.
Required Methods§
sourcefn into_fragments(self) -> impl Iterator<Item = Fragment<T>>
fn into_fragments(self) -> impl Iterator<Item = Fragment<T>>
Converts self into a collection of Fragment
s.
Object Safety§
This trait is not object safe.