pub struct Chars { /* private fields */ }
Expand description
Character counter for UTF-8 encoded byte slices
use wz_core::Counter;
use wz_utf8::Chars;
let counter = Chars::default();
Trait Implementations§
Source§impl<T> Counter<T> for Charswhere
T: CharsCollector,
impl<T> Counter<T> for Charswhere
T: CharsCollector,
Auto Trait Implementations§
impl Freeze for Chars
impl RefUnwindSafe for Chars
impl Send for Chars
impl Sync for Chars
impl Unpin for Chars
impl UnwindSafe for Chars
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more