Note: This page contains multiple implementations.
Objects that implement the binary / operator.
/
impl Div<Wsize> for Wsize { type Output = Wsize; }
impl Div<usize> for Wsize { type Output = Wsize; }