pub type RibosomeResult<T> = Result<T, RibosomeError>;
Expand description

Type alias