Type Alias owning_ref::StringRefMut

source ·
pub type StringRefMut = OwningRefMut<String, str>;
Expand description

Typedef of a mutable owning reference that uses a String as the owner.

Aliased Type§

struct StringRefMut { /* private fields */ }