Trait implementation lrs::iter::Empty::Copy

Objects that can safely be copied via memcpy.

Syntax

impl<T> Copy for Empty<T>
    where T: Copy,