pub trait TildeKindCond: Debug {
// Provided method
fn format(
&self,
tkind: &TildeKind,
buf: &mut String,
) -> Result<(), TildeError> { ... }
}
Expand description
TildeKindCond is the trait that contains implementation of type for TildeKind::Cond.
Generated by cl-format-macro