Trait faster_chars_count::CharsCount[][src]

pub trait CharsCount {
    fn chars_count(&self) -> usize;
}

Trait for counting chars faster than chars().count()

Required methods

fn chars_count(&self) -> usize[src]

Counting chars faster than chars().count()

Loading content...

Implementations on Foreign Types

impl CharsCount for str[src]

Loading content...

Implementors

Loading content...