Method lrs::share::CopyCell::get

Returns a copy of the contained data.

Syntax

impl<T> CopyCell<T>
    where T: Copy,
{
    fn get(&self) -> T
}