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