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.rs32 pub struct Permit<'a, T> { struct
38 /// This is identical to the [`Permit`] type, except that it moves the sender argument
1006 impl<T> Permit<'_, T> { impl
1049 impl<T> Drop for Permit<'_, T> { implementation
1066 impl<T> fmt::Debug for Permit<'_, T> { implementation