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

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

Required methods

Loading content...

Implementors

Loading content...