Type Definition cranelift_isle::error::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

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