Struct chase::Chaser [] [src]

pub struct Chaser { /* fields omitted */ }

Methods

impl Chaser
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl Chaser
[src]

[src]

Start chasing a file synchronously.

The provided callback function will be invoked whenever a line is read.

impl Chaser
[src]

[src]

Consumes the given chaser and gives you back a standard lib Channel to read from

Trait Implementations

impl Debug for Chaser
[src]

[src]

Formats the value using the given formatter.

impl Clone for Chaser
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more