7 lines
157 B
Rust
7 lines
157 B
Rust
// Eryn Wells <eryn@erynwells.me>
|
|
|
|
#[derive(Debug, Eq, PartialEq)]
|
|
pub struct TryFromCharError;
|
|
|
|
#[derive(Debug, Eq, PartialEq)]
|
|
pub struct TryFromStrError;
|