Enterprise

Trait Enterprise 

Source
pub trait Enterprise {
    // Required method
    fn enterprise<'enterprise>(
        &self,
        enterprise: &'enterprise str,
    ) -> EnterpriseHandler<'_, 'enterprise>;
}

Required Methods§

Source

fn enterprise<'enterprise>( &self, enterprise: &'enterprise str, ) -> EnterpriseHandler<'_, 'enterprise>

Implementations on Foreign Types§

Source§

impl Enterprise for Octocrab

Source§

fn enterprise<'enterprise>( &self, enterprise: &'enterprise str, ) -> EnterpriseHandler<'_, 'enterprise>

Implementors§