Skip to main content

ArchivedChar

Type Alias ArchivedChar 

Source
pub type ArchivedChar = char_ule;
Expand description

The archived version of char.

Aliased Type§

pub struct ArchivedChar(/* private fields */);

Trait Implementations§

Source§

impl<D: Fallible + ?Sized> Deserialize<char, D> for ArchivedChar

Source§

fn deserialize(&self, _: &mut D) -> Result<char, D::Error>

Deserializes using the given deserializer