Trait mown::ToOwned

source ·
pub trait ToOwned {
    type Owned: Borrow<Self>;
}
Expand description

Types that can be owned.

Required Associated Types§

Implementations on Foreign Types§

Implementors§