pub fn expand(
input: &DeriveInput,
trait_name: &'static str,
) -> Result<TokenStream>Expand description
Provides the hook to expand #[derive(DerefMut)] into an implementation of DerefMut
pub fn expand(
input: &DeriveInput,
trait_name: &'static str,
) -> Result<TokenStream>Provides the hook to expand #[derive(DerefMut)] into an implementation of DerefMut