Enum pipe_logger::RotateMethod[][src]

pub enum RotateMethod {
    FileSize(u64),
}

Variants

Trait Implementations

impl Debug for RotateMethod
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations