ascii

Type Alias CharsMut

Source
pub type CharsMut<'a> = IterMut<'a, AsciiChar>;
Expand description

A mutable iterator over the characters of an AsciiStr.

Aliased Typeยง

struct CharsMut<'a> { /* private fields */ }