pub trait Count: Quantity + Into<Ticks> { }

Object Safety§

This trait is not object safe.

Implementors§