Enum chase::Control [] [src]

pub enum Control {
    Stop,
    Continue,
}

When chasing a file synchronously, use this to control when to exit the follow loop.

Variants

Trait Implementations

impl PartialEq for Control
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for Control
[src]

impl Debug for Control
[src]

[src]

Formats the value using the given formatter.