pub trait Format {
    // Required method
    fn is_format_avail(&self) -> bool;
}
Expand description

Format trait

Required Methods§

source

fn is_format_avail(&self) -> bool

Returns whether format is present on clipboard

Implementors§