pub type VmDebuggerHandle<SE> = Arc<RwLock<dyn VmDebugger<SE> + Send + Sync>>;

Aliased Type§

struct VmDebuggerHandle<SE> { /* private fields */ }