1 2 3 4 5 6 7 8 9
#[derive(Debug)] pub struct Hash; #[derive(Debug)] pub struct PlainString; #[cfg(feature = "json")] #[derive(Debug)] pub struct Json;