Enum clipboard_master::CallbackResult[][src]

pub enum CallbackResult {
    Next,
    Stop,
    StopWithError(Error),
}
Expand description

Possible return values of callback.

Variants

Next

Wait for next clipboard change.

Stop

Stop handling messages.

StopWithError(Error)

Tuple Fields

0: Error

Special variant to propagate IO Error from callback.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.