Trait float::stub::FloatStub[][src]

pub trait FloatStub: Sized {
    type Inner;
    fn from_parts(
        negative: bool,
        exponent: Self::Inner,
        fraction: Self::Inner
    ) -> Self; }

Associated Types

Required Methods

Implementors