Dyn

Type Alias Dyn 

Source
pub type Dyn<Idx, Output> = dyn IndexMut<Idx, Output = Output>;
Expand description

An alias for dyn IndexMut.