Skip to main content

InflightSlot

Type Alias InflightSlot 

Source
type InflightSlot = Option<Result<Texture, String>>;

Aliased Type§

enum InflightSlot {
    None,
    Some(Result<Texture, String>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Result<Texture, String>)

Some value of type T.