Trait CheckError

Source
trait CheckError {
    // Required method
    fn is_error(&self) -> bool;
}

Required Methods§

Source

fn is_error(&self) -> bool

Implementations on Foreign Types§

Source§

impl CheckError for i32

Source§

fn is_error(&self) -> bool

Source§

impl CheckError for GUID

Source§

fn is_error(&self) -> bool

Implementors§