Skip to main content

String256

Type Alias String256 

Source
pub type String256 = StaticU8String<31>;
Expand description

A 256-bit UTF-8-encoded string, with fixed capacity of 31 bytes.

Aliased Type§

pub struct String256 { /* private fields */ }

Trait Implementations§

Source§

impl From<Char7> for String256

Source§

fn from(c: Char7) -> String256

Converts to this type from the input type.
Source§

impl From<Char8> for String256

Source§

fn from(c: Char8) -> String256

Converts to this type from the input type.
Source§

impl From<Char16> for String256

Source§

fn from(c: Char16) -> String256

Converts to this type from the input type.
Source§

impl From<Char24> for String256

Source§

fn from(c: Char24) -> String256

Converts to this type from the input type.
Source§

impl From<Char32> for String256

Source§

fn from(c: Char32) -> String256

Converts to this type from the input type.
Source§

impl From<char> for String256

Source§

fn from(c: char) -> String256

Converts to this type from the input type.