Skip to main content

post_multipart

Function post_multipart 

Source
pub async fn post_multipart<T>(
    path: &str,
    token: &str,
    form: Form,
) -> Result<T, ErrorWrapper>