Enum sixtyfps_corelib::items::EventResult
source · [−]#[repr(C)]
pub enum EventResult {
reject,
accept,
}
Expand description
What is returned from the event handler
Variants
reject
accept
Trait Implementations
type Err = ParseError
type Err = ParseError
The associated error which can be returned from parsing.
type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
Auto Trait Implementations
impl RefUnwindSafe for EventResult
impl Send for EventResult
impl Sync for EventResult
impl Unpin for EventResult
impl UnwindSafe for EventResult
Blanket Implementations
Mutably borrows from an owned value. Read more