pub trait Provider {
fn set_contents(&self) -> Result<()>;
}
Expand description
The trait that a ready-to-use clipboard implements
pub trait Provider {
fn set_contents(&self) -> Result<()>;
}
The trait that a ready-to-use clipboard implements