Function commonwasm::store::put
pub async fn put<T, M>(url: String, body: T) -> Result<M, String>where
T: Serialize,
M: DeserializeOwned,
pub async fn put<T, M>(url: String, body: T) -> Result<M, String>where
T: Serialize,
M: DeserializeOwned,