pub fn trait_body(input: &str) -> IResult<&str, Option<TraitBody<'_>>>
TraitBody = "(" [WS] [TraitStructure / TraitNode] ")"