Searched defs:Permit (Results 1 – 1 of 1) sorted by relevance
32 pub struct Permit<'a, T> { struct33 chan: &'a chan::Tx<T, Semaphore>,755 impl<T> Permit<'_, T> { impl798 impl<T> Drop for Permit<'_, T> { implementation813 impl<T> fmt::Debug for Permit<'_, T> { implementation