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