pub trait ReleaseGrantOutbound {
    // Required method
    fn release_grant_outbound(&mut self);
}

Required Methods§

Implementors§