Struct parking_lot::OnceState [−][src]
pub struct OnceState(_);Expand description
State yielded to the call_once_force method which can be used to query
whether the Once was previously poisoned or not.
pub struct OnceState(_);State yielded to the call_once_force method which can be used to query
whether the Once was previously poisoned or not.