Enum iodyn::raz_meta::Navigation [] [src]

pub enum Navigation<I> {
    Left(I),
    Right(I),
    Here,
    Nowhere,
}

A location and possibly an index for that location

Variants