Skip to main content

post_multipart_with_path

Function post_multipart_with_path 

Source
pub async fn post_multipart_with_path<T, U>(
    inst: T,
    token: &str,
    form: Form,
) -> Result<U, ErrorWrapper>