pub type OwnedTargetIsa = Arc<dyn TargetIsa>;
The type of a polymorphic TargetISA object which is ’static.
struct OwnedTargetIsa { /* private fields */ }