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