Function derive_more::index_mut::expand

source ·
pub fn expand(
    input: &DeriveInput,
    trait_name: &'static str
) -> Result<TokenStream>
Expand description

Provides the hook to expand #[derive(IndexMut)] into an implementation of IndexMut