Trait t_rust_less_lib::clipboard::SelectionProvider[][src]

pub trait SelectionProvider: Send + Sync {
    fn current_selection(&self) -> Option<ClipboardProviding>;
fn get_selection_value(&self) -> Option<String>;
fn next_selection(&mut self); }

Required methods

Implementors