Trait clipboard_win::options::Clearing

source ·
pub trait Clearing {
    const EMPTY_FN: EmptyFn;
}
Expand description

Clearing parameter

Required Associated Constants§

source

const EMPTY_FN: EmptyFn

Empty behavior definition

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Clearing for DoClear

source§

const EMPTY_FN: EmptyFn = {raw::empty as fn() -> core::result::Result<(), error_code::ErrorCode>}

source§

impl Clearing for NoClear

source§

const EMPTY_FN: EmptyFn = {options::noop as fn() -> core::result::Result<(), error_code::ErrorCode>}