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

Struct ParseCharError

1.20.0 · source
pub struct ParseCharError { /* private fields */ }
Expand description

An error which can be returned when parsing a char.

This struct is created when using the char::from_str method.

Trait Implementations§

1.20.0 · source§

impl Clone for ParseCharError

source§

fn clone(&self) -> ParseCharError

Returns a copy of the value. Read more
1.0.0 · source§