pub trait Detail_CheckContextTraitConst {
    fn as_raw_Detail_CheckContext(&self) -> *const c_void;

    fn func(&self) -> String { ... }
    fn file(&self) -> String { ... }
    fn line(&self) -> i32 { ... }
    fn test_op(&self) -> Detail_TestOp { ... }
    fn message(&self) -> String { ... }
    fn p1_str(&self) -> String { ... }
    fn p2_str(&self) -> String { ... }
}

Required Methods

Provided Methods

Implementors