serde::__private::doc

Struct 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