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

Required Methods§

Implementors§