Searched defs:DisallowBlockInPlaceGuard (Results 1 – 1 of 1) sorted by relevance
15 pub(crate) struct DisallowBlockInPlaceGuard(bool); struct105 impl Drop for DisallowBlockInPlaceGuard { implementation