Type Definition cranelift_codegen::settings::SetResult[][src]

pub type SetResult<T> = Result<T, SetError>;
Expand description

A result returned when changing a setting.