pub type TextureAtlasBuilderResult<T> = Result<T, TextureAtlasBuilderError>;Expand description
The Result type used by TextureAtlasBuilder.
Aliased Type§
pub enum TextureAtlasBuilderResult<T> {
Ok(T),
Err(TextureAtlasBuilderError),
}pub type TextureAtlasBuilderResult<T> = Result<T, TextureAtlasBuilderError>;The Result type used by TextureAtlasBuilder.
pub enum TextureAtlasBuilderResult<T> {
Ok(T),
Err(TextureAtlasBuilderError),
}