Trait accel::error::Check [] [src]

pub trait Check {
    fn check(self) -> Result<()>;
}

Required Methods

Implementors