Enum parables_testing::reporter::Step[][src]

pub enum Step {
    North,
    NorthEast,
    East,
    SouthEast,
}

Variants

Trait Implementations

impl Debug for Step
[src]

Formats the value using the given formatter. Read more

impl Default for Step
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Step

impl Sync for Step