[]Type Definition cranelift::prelude::settings::SetResult

type SetResult<T> = Result<T, SetError>;

A result returned when changing a setting.