logo
pub trait Iden where
    Self: Send,
    Self: Sync
{ fn unquoted(&self, s: &mut dyn Write); fn prepare(&self, s: &mut dyn Write, q: char) { ... } fn quoted(&self, q: char) -> String { ... } fn to_string(&self) -> String { ... } }
Expand description

Identifier

Required Methods

Provided Methods

Trait Implementations

Formats the value using the given formatter. Read more

Implementors