Type Definition cranelift_codegen::isa::OwnedTargetIsa
source · pub type OwnedTargetIsa = Arc<dyn TargetIsa>;
Expand description
The type of a polymorphic TargetISA object which is ’static.
pub type OwnedTargetIsa = Arc<dyn TargetIsa>;
The type of a polymorphic TargetISA object which is ’static.