Trait inc_stats::DerefCopy[][src]

pub trait DerefCopy: Copy {
    type Output;
    fn deref_copy(self) -> Self::Output;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors