IntoCharByteIterator

Trait IntoCharByteIterator 

Source
pub trait IntoCharByteIterator<'a> {
    // Required method
    fn iter_char_bytes(self) -> CharByteIterator<'a> ;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<'a> IntoCharByteIterator<'a> for &'a [u8]

Implementors§