Struct serde::__private::doc::Error

source ·
#[doc(hidden)] pub struct Error;

Trait Implementations§

source§

impl Debug for Error

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for Error

source§

fn fmt(&self, _: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for Error

source§

fn custom<T>(_: T) -> Self
where T: Display,

Used when a Serialize implementation encounters any error while serializing a type. Read more