Type Definition ware::WareArg[][src]

type WareArg<'a, T> = RefMut<'a, T>;
Expand description

Shorthand version of RefMut<T>, if you don’t want to import RefMut.