Function logos_codegen::generate
source · pub fn generate(input: TokenStream) -> TokenStream
Expand description
Generate a Logos
implementation for the given struct, provided as a stream of rust tokens.
pub fn generate(input: TokenStream) -> TokenStream
Generate a Logos
implementation for the given struct, provided as a stream of rust tokens.