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§