Struct tail_reader::tail_reader::Line[][src]

pub struct Line {
    pub path: PathBuf,
    pub line: String,
}

Fields

Trait Implementations

impl Clone for Line
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Line
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Line

impl Sync for Line