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

The result of an operation in this crate.