Skip to main content

put_form

Function put_form 

Source
pub async fn put_form<T, B>(
    path: &str,
    token: &str,
    body: &B,
) -> Result<T, ErrorWrapper>