Trait apint::Width [] [src]

pub trait Width {
    fn width(&self) -> BitWidth;
}

Types that have an associated bit width may implement Width.

Required Methods

Returns the bit width of self.

Implementors