pub trait CvlrLog {
// Required method
fn log(&self, tag: &str, logger: &mut CvlrLogger);
}Required Methods§
fn log(&self, tag: &str, logger: &mut CvlrLogger)
Implementations on Foreign Types§
Source§impl CvlrLog for NativeInt
Available on crate feature mathint only.
impl CvlrLog for NativeInt
Available on crate feature
mathint only.