Trait clashctl_tui::IntoSpan[][src]

pub trait IntoSpan<'a> {
    fn into_span(self) -> Span<'a>;
}

Required methods

Implementations on Foreign Types

Implementors