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§
Implementations on Foreign Types§
Source§impl TildeKindChar for char
impl, re-define the format method for over writing the default method
impl TildeKindChar for char
impl, re-define the format method for over writing the default method