Skip to main content

Text

Type Alias Text 

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

Short alias for bounded dynamic UTF-8 fields outside account authoring.

Aliased Typeยง

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