pub trait Sink: AnySync {
    fn write(&self, level: Level, args: &Arguments<'_>) -> bool;
}

Required Methods

Implementations

Trait Implementations

Implementors