derive_deftly_adhoc

Function derive_deftly_adhoc 

Source
pub fn derive_deftly_adhoc(input: TokenStream) -> Result<TokenStream, Error>
Expand description

This is derive_deftly_adhoc!

It parses

   StructName:
   SOME_TOKENS

and expand it to an invocation of

   derive_deftly_driver_StructName

as per NOTES.txt.