[][src]Type Definition ccl_owning_ref::StringRefMut

type StringRefMut = OwningRefMut<String, str>;

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