Enum ghakuf::reader::HandlerStatus [] [src]

pub enum HandlerStatus {
    Continue,
    SkipTrack,
    SkipAll,
}

An enum represents handler status.

Variants

Continues parsing

Skips parsing track

Skips all tracks (Parser will never send Messages to this handler any more.)

Trait Implementations

impl PartialEq for HandlerStatus
[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 Clone for HandlerStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for HandlerStatus
[src]

[src]

Formats the value using the given formatter.