Trait TildeKindChar

Source
pub trait TildeKindChar: Debug {
    // Provided method
    fn format(
        &self,
        tkind: &TildeKind,
        buf: &mut String,
    ) -> Result<(), TildeError> { ... }
}
Expand description

TildeKindChar is the trait that contains implementation of type for TildeKind::Char.

Generated by cl-format-macro

Provided Methods§

Source

fn format(&self, tkind: &TildeKind, buf: &mut String) -> Result<(), TildeError>

Implementations on Foreign Types§

Source§

impl TildeKindChar for char

impl, re-define the format method for over writing the default method

Source§

fn format(&self, tkind: &TildeKind, buf: &mut String) -> Result<(), TildeError>

Implementors§