Trait implementation lrs::num::Wsize::Deref

Objects that implement the immutable dereference operator.

Syntax

impl Deref for Wsize {
    type Target = usize;
}