Struct log4rs::encode::pattern::PatternEncoderDeserializer
[−]
[src]
pub struct PatternEncoderDeserializer;
A deserializer for the PatternEncoder.
The pattern key is required and specifies the pattern for the encoder.
Trait Implementations
impl Deserialize for PatternEncoderDeserializer[src]
type Trait = Encode
The trait that this builder will create.
fn deserialize(&self, config: Value, _: &Deserializers) -> Result<Box<Encode>, Box<Error>>
Create a new trait object based on the provided config.