Type Alias BoundedString

Source
pub type BoundedString = ArrayString<U63>;
Expand description

A fixed capacity copy-able string.

Aliased Type§

pub struct BoundedString { /* private fields */ }