Skip to main content

HyperlightNubGuard

Type Alias HyperlightNubGuard 

Source
pub type HyperlightNubGuard = Nub;
Expand description

Compatibility alias for older tests/benches that named the returned Hyperlight singleton borrow. Nub is now a cloneable handle; synchronization lives inside the handle instead of in an outer mutex guard.

Aliased Typeยง

pub struct HyperlightNubGuard { /* private fields */ }