Skip to main content

CFormatString

Type Alias CFormatString 

Source
pub type CFormatString = CFormatStrOrBytes<String>;

Aliased Type§

pub struct CFormatString { /* private fields */ }

Trait Implementations§

Source§

impl FromStr for CFormatString

Source§

type Err = CFormatError

The associated error which can be returned from parsing.
Source§

fn from_str(text: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more