Type Definition cranelift_isle::error::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

Either Ok(T) or Err(isle::Error).