Trait t_rust_less_lib::service::ClipboardControl
source · [−]pub trait ClipboardControl: Send + Sync {
fn is_done(&self) -> ServiceResult<bool>;
fn currently_providing(&self) -> ServiceResult<Option<ClipboardProviding>>;
fn provide_next(&self) -> ServiceResult<()>;
fn destroy(&self) -> ServiceResult<()>;
}