pub trait Install {
    // Required method
    fn post(body: InstallRequestBody) -> InstallPostResponse;
}

Required Methods§

Implementors§