Trait clashctl_tui::Wrap[][src]

pub trait Wrap: Sized {
    fn wrap_by(self, char: char) -> Self;

    fn wrapped(self) -> Self { ... }
}

Required methods

Provided methods

Implementations on Foreign Types

Implementors