4 lines
48 B
Rust
Raw Normal View History

pub trait Deserialize {
fn deserialize();
}