Skip to main content

IAkLoggerMethods

Trait IAkLoggerMethods 

Source
pub trait IAkLoggerMethods: IAkLogger {
    // Provided methods
    fn ctor(self) { ... }
    fn finalize(self) { ... }
    fn init(self) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn finalize(self)

Finalize() overload

Source

fn init(self)

Init() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IAkLogger> IAkLoggerMethods for __T

Available on crate feature root-aklogger only.