pub type SingletonMut<'a, 'slf, T, L> = SingletonRef<'a, 'slf, T, L, true>;Expand description
Alias for SingletonRef with IS_MUT = true.
Aliased Type§
pub struct SingletonMut<'a, 'slf, T, L> { /* private fields */ }pub type SingletonMut<'a, 'slf, T, L> = SingletonRef<'a, 'slf, T, L, true>;Alias for SingletonRef with IS_MUT = true.
pub struct SingletonMut<'a, 'slf, T, L> { /* private fields */ }