Type Alias cranelift_codegen::isa::OwnedTargetIsa
source · pub type OwnedTargetIsa = Arc<dyn TargetIsa>;
Expand description
The type of a polymorphic TargetISA object which is ’static.
Aliased Type§
struct OwnedTargetIsa { /* private fields */ }