Allow overriding title/desc from doc comments (#13)
This commit is contained in:
parent
42e3c8fd7f
commit
1b42dc7e3e
7 changed files with 98 additions and 28 deletions
|
@ -11,6 +11,7 @@ pub struct Container<'a> {
|
|||
pub data: Data<'a>,
|
||||
pub generics: &'a syn::Generics,
|
||||
pub original: &'a syn::DeriveInput,
|
||||
pub attrs: Attrs,
|
||||
}
|
||||
|
||||
pub enum Data<'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue