Struct device_tree::util::str::SplitN [] [src]

pub struct SplitN<'a, P> where P: Pattern<'a>(_);
1.0.0

Created with the method splitn().

Trait Implementations

impl<'a, P> Debug for SplitN<'a, P> where P: Pattern<'a>, P::Searcher: Debug

fn fmt(&self, f: &mut Formatter) -> Result<(), Error>

impl<'a, P> Iterator for SplitN<'a, P> where P: Pattern<'a>

type Item = &'a str

fn next(&mut self) -> Option<&'a str>

impl<'a, P> Clone for SplitN<'a, P> where P: Pattern<'a>, P::Searcher: Clone

fn clone(&self) -> SplitN<'a, P>