Trait compose_spec::AsShortIter
source · pub trait AsShortIter<'a> {
type Iter: Iterator;
// Required method
fn as_short_iter(&'a self) -> Option<Self::Iter>;
}Required Associated Types§
sourcetype Iter: Iterator
type Iter: Iterator
Iterator returned from as_short_iter().
Required Methods§
sourcefn as_short_iter(&'a self) -> Option<Self::Iter>
fn as_short_iter(&'a self) -> Option<Self::Iter>
Returns an Iterator if the long syntax can be represented as the short syntax.