Skip to main content

SelfHostedAccountBillingVNextApi

Trait SelfHostedAccountBillingVNextApi 

Source
pub trait SelfHostedAccountBillingVNextApi: Send + Sync {
    // Required method
    fn upload_license<'a, 'life0, 'async_trait>(
        &'life0 self,
        license: PathBuf,
    ) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>>
       where Self: 'async_trait,
             'a: 'async_trait,
             'life0: 'async_trait;
}

Required Methods§

Source

fn upload_license<'a, 'life0, 'async_trait>( &'life0 self, license: PathBuf, ) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>>
where Self: 'async_trait, 'a: 'async_trait, 'life0: 'async_trait,

POST /account/billing/vnext/self-host/license

Implementors§