1 2 3 4 5 6 7
crate::primitive_bdecode_node!(End); impl End { pub fn to_json(&self) -> String { "".to_string() } }