CowableOwned

Type Alias CowableOwned 

Source
pub type CowableOwned<T> = <T as Cowable>::Owned;
Expand description

Type alias to extract the concrete owned type from a Cowable.