Trait corollary_support::ShowS [] [src]

pub trait ShowS {
    fn show_s(&self, _: String) -> String;
}

Required Methods

Implementors