pub trait Side: Into<u8> + Into<usize> { }
Expand description

A trait implemented by both absolute and relative block side enumerations.

Object Safety§

This trait is not object safe.

Implementors§