//! Public marker types used by management-operation typestate.
use Duration;
/// The operation waits for ownership and command capacity.
;
/// The operation fails immediately when bounded admission capacity is unavailable.
;
/// Ownership admission waits at most the contained duration.
Duration);
/// The operation does not return a final-outcome waiter.
;
/// The operation returns a final-outcome waiter.
;
/// Cancellation waits without a caller-provided termination deadline.
;
/// Cancellation limits only the caller's wait for terminal cleanup.
Duration);