Enum size::Base[][src]

pub enum Base {
    Base2,
    Base10,
}

Variants

Auto Trait Implementations

impl Send for Base

impl Sync for Base