Type Alias fidl::encoding::UnboundedString
source · pub type UnboundedString = BoundedString<MAX_BOUND>;
Expand description
The FIDL type string
or string:MAX
.
Aliased Type§
struct UnboundedString;
pub type UnboundedString = BoundedString<MAX_BOUND>;
The FIDL type string
or string:MAX
.
struct UnboundedString;