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

pub trait SelectionProvider: Send + Sync {
    fn current_selection_name(&self) -> Option<String>;
fn get_selection(&mut self) -> Option<String>; }

Required methods

Implementors