Trait orio::Len

source ·
pub trait Len: Io + Into<u64> + TryFrom<u64> { }
Expand description

Any primitive integer that can be written. Used for LenIo functions.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: Io + Into<u64> + TryFrom<u64>> Len for T