diff --git a/fixed_wide/src/fixed.rs b/fixed_wide/src/fixed.rs index 47ae1a9..fd49ace 100644 --- a/fixed_wide/src/fixed.rs +++ b/fixed_wide/src/fixed.rs @@ -16,13 +16,13 @@ impl Fixed{ pub const MIN:Self=Self{bits:BInt::::MIN,frac:PhantomData}; } -impl From for Fixed +impl From for Fixed where BInt:From { fn from(value:T)->Self{ Self{ - bits:BInt::<{CHUNKS}>::from(value)<::from(value)<