Skip to main content

with_suite

Function with_suite 

Source
pub fn with_suite<T>(suite: Option<u16>, f: impl FnOnce() -> T) -> T
Expand description

Run f with suite active for seal/open on this thread, restoring the prior suite after (mirrors marshal’s scoped wire-knob setters).