Trait utote::Counter

source ·
pub trait Counter: Sealed + CounterArithmetic + CounterBasic { }
Expand description

The Counter trait simplifies the use of Multiset with generics. This trait is sealed and not implementable outside of this crate.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Counter for u8

source§

impl Counter for u16

source§

impl Counter for u32

source§

impl Counter for u64

source§

impl Counter for usize

Implementors§