Trait swc_common::plugin::RuntimeImpl_trait::RuntimeImpl_Bounds[][src]

pub trait RuntimeImpl_Bounds: RuntimeImpl { }
This is supported on crate features plugin-rt or plugin-mode only.
Expand description

A trait alias for RuntimeImpl + the lifetime bounds that it had before being stripped by the #[sabi_trait] attribute.

Implementors