pub type RestString<'a> = ArrayString<'a, Rest<'a>>;
Expand description
A string which consumes the remainder of the buffer.
Aliased Typeยง
pub struct RestString<'a> { /* private fields */ }
pub type RestString<'a> = ArrayString<'a, Rest<'a>>;
A string which consumes the remainder of the buffer.
pub struct RestString<'a> { /* private fields */ }