Trait modalkit::prelude::Wrappable

source ·
pub trait Wrappable {
    // Required method
    fn set_wrap(&mut self, wrap: bool);
}
Expand description

Trait for objects that allow toggling line wrapping.

Required Methods§

source

fn set_wrap(&mut self, wrap: bool)

Set whether or not displayed lines should be wrapped.

Implementors§