Skip to main content

NonNulString2048

Type Alias NonNulString2048 

Source
pub type NonNulString2048 = StaticNonNulString<256>;
Expand description

A 2048-bit UTF-8-encoded string, with fixed capacity of 256 bytes, no nul chars.

Aliased Type§

pub struct NonNulString2048 { /* private fields */ }

Trait Implementations§

Source§

impl From<Char7> for NonNulString2048

Source§

fn from(c: Char7) -> NonNulString2048

Converts to this type from the input type.
Source§

impl From<Char8> for NonNulString2048

Source§

fn from(c: Char8) -> NonNulString2048

Converts to this type from the input type.
Source§

impl From<Char16> for NonNulString2048

Source§

fn from(c: Char16) -> NonNulString2048

Converts to this type from the input type.
Source§

impl From<Char24> for NonNulString2048

Source§

fn from(c: Char24) -> NonNulString2048

Converts to this type from the input type.
Source§

impl From<Char32> for NonNulString2048

Source§

fn from(c: Char32) -> NonNulString2048

Converts to this type from the input type.
Source§

impl From<char> for NonNulString2048

Source§

fn from(c: char) -> NonNulString2048

Converts to this type from the input type.