[−][src]Trait log4rs::file::Deserializable
A trait implemented by traits which are deserializable.
Required methods
fn name() -> &'static str
Returns a name for objects implementing the trait suitable for display in error messages.
For example, the Deserializable
implementation for the Append
trait returns "appender".