pub fn derive_optionable(input: DeriveInput) -> Result<TokenStream>
Expand description
Derives the Optionable
-trait from the main optionable
-library.
ยงErrors
- on misplaced helper attributes
- internal implementation errors
pub fn derive_optionable(input: DeriveInput) -> Result<TokenStream>
Derives the Optionable
-trait from the main optionable
-library.