aya_log

Trait Formatter

source
pub trait Formatter<T> {
    // Required method
    fn format(v: T) -> String;
}

Required Methods§

source

fn format(v: T) -> String

Object Safety§

This trait is not object safe.

Implementors§