[][src]Crate into_owned

This crate provides a trait IntoOwned for associating a type with its owned variant.

In this version, IntoOwned is implemented only for primitive numeric types (i8, i16, i32, i64, i128, isize, u8, u16, u32, u64, u128, usize, f32, and f64) and their references.

Traits

IntoOwned

A trait for associating a type with its owned variant.