[][src]Trait melib::text_processing::wcwidth::CodePointsIter

pub trait CodePointsIter {
    fn code_points(&self) -> CodePointsIterator<'_>

Notable traits for CodePointsIterator<'a>

impl<'a> Iterator for CodePointsIterator<'a> type Item = u32;
; }

Required methods

fn code_points(&self) -> CodePointsIterator<'_>

Notable traits for CodePointsIterator<'a>

impl<'a> Iterator for CodePointsIterator<'a> type Item = u32;

Loading content...

Implementations on Foreign Types

impl CodePointsIter for str[src]

impl<'_> CodePointsIter for &'_ str[src]

Loading content...

Implementors

Loading content...