pub fn default_object<T: DeserializeOwned>() -> TExpand description
Deserializes an empty (json) object to a type T. Panics if this is not possible.
pub fn default_object<T: DeserializeOwned>() -> TDeserializes an empty (json) object to a type T. Panics if this is not possible.