pub trait GrantOutbound {
    fn grant_outbound(&self) -> SemaphoreGrant;
}

Required Methods§

Implementors§