[][src]Trait autograph::Unsigned

pub trait Unsigned: Num { }

Unsigned is a trait for types which can be treated as an index, ie converted to usize

Implementations on Foreign Types

impl Unsigned for u8[src]

Loading content...

Implementors

Loading content...