Crate borrowned

Crate borrowned 

Source
Expand description

Borrow-or-owned values.

This package contains types that let you use both borrowed and owned values interchangeably. Differs from Cow mainly in that it borrows mutably, and doesn’t convert the borrowed type into the owned type on write.

Modules§

read_only
Borrow-or-owned values.

Enums§

Borrowned
A smart pointer that either owns or mutably borrows.