Skip to main content

expand_type_derive

Function expand_type_derive 

Source
pub fn expand_type_derive(
    ast: DeriveInput,
    config: &Config,
) -> Result<TokenStream, Error>
Expand description

Implements the Type trait for structs and enums.