Trait cairo_lang_semantic::expr::inference::canonic::ResultNoErrEx
source · pub trait ResultNoErrEx<T> {
// Required method
fn no_err(self) -> T;
}
pub trait ResultNoErrEx<T> {
// Required method
fn no_err(self) -> T;
}