Struct log4rs_rolling_file::policy::compound::roll::delete::DeleteRollerDeserializer
[−]
[src]
pub struct DeleteRollerDeserializer;
Trait Implementations
impl Deserialize for DeleteRollerDeserializer
[src]
type Trait = Roll
The trait that this builder will create.
fn deserialize(&self, config: Value, _: &Deserializers) -> Result<Box<Roll>, Box<Error>>
Create a new trait object based on the provided config.