Enum schemamama::Direction [] [src]

pub enum Direction {
    Down,
    Up,
}

A migration's direction.

Variants

Down
Up

Trait Implementations

Derived Implementations

impl Debug for Direction
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.