Struct tail::StatefulFile [] [src]

pub struct StatefulFile {
    pub fd: BufReader<File>,
    pub old_metadata: Metadata,
    // some fields omitted
}

Fields

Methods

impl StatefulFile
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for StatefulFile
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for StatefulFile

impl Sync for StatefulFile