Trait simple_serde::SimpleDecoder
source · pub trait SimpleDecoder<T> {
// Required method
fn decode<F: TryInto<ContentType, Error = impl Into<Error>>>(
&self,
content_type: F
) -> Result<T>;
}Required Methods§
fn decode<F: TryInto<ContentType, Error = impl Into<Error>>>( &self, content_type: F ) -> Result<T>
Object Safety§
This trait is not object safe.