Method lrs::group::Info::to_owned

Copies the contained data and returns owned information.

Syntax

impl<'a> Info<'a> {
    fn to_owned(&self) -> Result<Information, Errno>
}