Trait rust_helpers::JsonDecodeExt
source · pub trait JsonDecodeExt {
// Required method
fn parse_json<T>(&self) -> Result<T, Error>
where T: DeserializeOwned,
Self: AsRef<[u8]>;
}Required Methods§
fn parse_json<T>(&self) -> Result<T, Error>where T: DeserializeOwned, Self: AsRef<[u8]>,
Object Safety§
This trait is not object safe.