pub trait Format {
// Required method
fn is_format_avail(&self) -> bool;
}
Expand description
Format trait
Required Methods§
Sourcefn is_format_avail(&self) -> bool
fn is_format_avail(&self) -> bool
Returns whether format is present on clipboard