Trait Detail_CheckContextTraitConst

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

    // Provided methods
    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 { ... }
}
Expand description

Constant methods for core::Detail_CheckContext

Required Methods§

Provided Methods§

Source

fn func(&self) -> String

Source

fn file(&self) -> String

Source

fn line(&self) -> i32

Source

fn test_op(&self) -> Detail_TestOp

Source

fn message(&self) -> String

Source

fn p1_str(&self) -> String

Source

fn p2_str(&self) -> String

Implementors§