Trait implementation lrs::result::Result::Copy

Objects that can safely be copied via memcpy.

Syntax

impl<T, E> Copy for Result<T, E>
    where T: Copy,
          E: Copy,