pub type OwnedTargetIsa = Arc<dyn TargetIsa>;
Expand description

The type of a polymorphic TargetISA object which is ’static.