Trait enso_logger::entry::message::Message[][src]

pub trait Message {
    fn get(self) -> String;
}
Expand description

Message that can be logged. This trait allow a wide range of input arguments and also, allows the messages to be constructed lazily, from functions.

Required methods

Implementations on Foreign Types

Implementors