pub trait BitDouble { type Double; // Required method fn double(&self) -> Self::Double; }
ビット数を倍加するトレイト
倍加された型
倍加