pub trait NamedAffineMap:
From<MlirAttribute>
+ IAttributeNamed
+ Sized {
// Provided methods
fn new(map: AffineMap) -> Self { ... }
fn from_checked(attr: MlirAttribute) -> Self { ... }
fn as_affine_map(&self) -> AffineMap { ... }
}
Provided Methods§
fn new(map: AffineMap) -> Self
fn from_checked(attr: MlirAttribute) -> Self
fn as_affine_map(&self) -> AffineMap
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.