Type Definition rutabaga_gfx::RutabagaResult

source ·
pub type RutabagaResult<T> = Result<T, RutabagaError>;
Expand description

The result of an operation in this crate.