Trait cairo_lang_sierra::extensions::types::ConcreteType
source · pub trait ConcreteType {
// Required method
fn info(&self) -> &TypeInfo;
}
Expand description
Trait for a specialized type.
pub trait ConcreteType {
// Required method
fn info(&self) -> &TypeInfo;
}
Trait for a specialized type.