typ 0.1.1

Type-level programming in Rust
Documentation
1
2
3
4
5
use super::*;

pub fn translate_struct(_struct_: &ItemStruct) -> syn::Result<TokenStream> {
    todo!();
}