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