Function derive_more::display::expand
source · pub fn expand(input: &DeriveInput, trait_name: &str) -> Result<TokenStream>Expand description
Provides the hook to expand #[derive(Display)] into an implementation of From
pub fn expand(input: &DeriveInput, trait_name: &str) -> Result<TokenStream>Provides the hook to expand #[derive(Display)] into an implementation of From