Type Alias UnboundedString

Source
pub type UnboundedString = BoundedString<MAX_BOUND>;
Expand description

The FIDL type string or string:MAX.

Aliased Typeยง

pub struct UnboundedString;