1 2 3 4 5
use super::*; pub fn translate_struct(_struct_: &ItemStruct) -> syn::Result<TokenStream> { todo!(); }