fn power()

in Traits/AssociatedVsGenericTypes/Task/src/lib.rs [19:22]


    fn power(&self, n: Exponent) -> Self::Output;
}

impl Power<u16> for u32 {