Struct stack_graphs::c::sg_path_arena[][src]

pub struct sg_path_arena {
    pub inner: Paths,
}
Expand description

Manages the state of a collection of paths built up as part of the path-finding algorithm.

Fields

inner: Paths

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.