Type Alias RestString

Source
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 */ }