Enum argonaut::TrailType [] [src]

pub enum TrailType {
    OnePlus,
    ZeroPlus,
}

The types of argument trails to expect.

Variants

One or more arguments.

Zero or more arguments.

Trait Implementations

impl Debug for TrailType
[src]

Formats the value using the given formatter.

impl Clone for TrailType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more