Trait burn::train::ApplicationLoggerInstaller

pub trait ApplicationLoggerInstaller {
    // Required method
    fn install(&self) -> Result<(), String>;
}
Expand description

This trait is used to install an application logger.

Required Methods§

fn install(&self) -> Result<(), String>

Install the application logger.

Implementors§