pub fn expand_type_derive(
ast: DeriveInput,
config: &Config,
) -> Result<TokenStream, Error>Expand description
Implements the Type trait for structs and enums.
pub fn expand_type_derive(
ast: DeriveInput,
config: &Config,
) -> Result<TokenStream, Error>Implements the Type trait for structs and enums.