Skip to main content

HopperString

Type Alias HopperString 

Source
pub type HopperString<const N: usize> = BoundedString<N>;
Expand description

Short alias for bounded UTF-8 strings in dynamic tails.

Aliased Typeยง

pub struct HopperString<const N: usize> { /* private fields */ }