kvarn_async::prelude::compact_str::core::char

Struct CharTryFromError

1.34.0 · source
pub struct CharTryFromError(/* private fields */);
Expand description

The error type returned when a conversion from u32 to char fails.

This struct is created by the char::try_from<u32> method. See its documentation for more.

Trait Implementations§

1.34.0 · source§

impl Clone for CharTryFromError

source§

fn clone(&self) -> CharTryFromError

Returns a copy of the value.