Trait implementation lrs::user::Info::ToOwned

Objects that can be converted into an owned version.

Syntax

impl<'a, H> ToOwned<H> for Info<'a>
    where H: Allocator,
          <H as Allocator>::Pool: Copy,
{
    type Owned = Information<H>;
}