Type Alias ascii::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 */ }