Trait bitlab::SignedInfo[][src]

pub trait SignedInfo {
    fn is_signed(&self) -> bool;
}
Expand description

A trait to find out if a variable type is signed or unsigned for integer types.

Required methods

Returns true if the variable is signed.

Implementations on Foreign Types

Implementors