Type Alias bevy::sprite::TextureAtlasBuilderResult

pub type TextureAtlasBuilderResult<T> = Result<T, TextureAtlasBuilderError>;

Aliased Type§

enum TextureAtlasBuilderResult<T> {
    Ok(T),
    Err(TextureAtlasBuilderError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(TextureAtlasBuilderError)

Contains the error value