[][src]Trait t_rust_less_lib::service::ClipboardControl

pub trait ClipboardControl {
    fn is_done(&self) -> ServiceResult<bool>;
fn currently_providing(&self) -> ServiceResult<Option<String>>;
fn provide_next(&self) -> ServiceResult<()>;
fn destroy(&self) -> ServiceResult<()>; }

Required methods

Loading content...

Implementors

Loading content...