pub fn with_structure<T>(s: WireStructure, f: impl FnOnce() -> T) -> TExpand description
Enable structural (closed-form) integer encoding under s for the duration of
f. Scoped — never leaks. See WireStructure.
pub fn with_structure<T>(s: WireStructure, f: impl FnOnce() -> T) -> TEnable structural (closed-form) integer encoding under s for the duration of
f. Scoped — never leaks. See WireStructure.