ownership 0.3.0

Obtaining ownership.
Documentation
1
2
3
4
5
use core::convert::Infallible;

use crate::impl_identity;

impl_identity!(Infallible);