Home
last modified time | relevance | path

Searched defs:Permit (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/tokio/src/sync/mpsc/
Dbounded.rs67 pub struct Permit<'a, T> { struct
73 /// This is identical to the [`Permit`] type, except that it moves the sender argument
1129 impl<T> Permit<'_, T> { implementation
1172 impl<T> Drop for Permit<'_, T> { implementation
1189 impl<T> fmt::Debug for Permit<'_, T> { implementation