pub trait CallMetaDataTraitConst {
// Required method
fn as_raw_CallMetaData(&self) -> *const c_void;
// Provided methods
fn file(&self) -> String { ... }
fn line(&self) -> size_t { ... }
fn function(&self) -> String { ... }
fn is_known(&self) -> bool { ... }
}
Expand description
Constant methods for crate::cvv::CallMetaData