Trait session_log::Formatter

source ·
pub trait Formatter:
    Send
    + Sync
    + 'static {
    // Required methods
    fn for_write(ctx: &Context) -> String;
    fn for_print(ctx: &Context) -> String;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§