pub trait Compose {
    // Required method
    fn post(body: ComposeRequestBody) -> ComposePostResponse;
}

Required Methods§

Implementors§