Trait FloatOutUnaryPromote

Source
pub trait FloatOutUnaryPromote {
    type Output;
}
Expand description

this trait is used to promote the float out unary trait to the output type

Required Associated Types§

Source

type Output

the output type

Implementations on Foreign Types§

Source§

impl FloatOutUnaryPromote for bool

Source§

impl FloatOutUnaryPromote for f32

Source§

impl FloatOutUnaryPromote for f64

Source§

impl FloatOutUnaryPromote for i8

Source§

impl FloatOutUnaryPromote for i16

Source§

impl FloatOutUnaryPromote for i32

Source§

impl FloatOutUnaryPromote for i64

Source§

impl FloatOutUnaryPromote for isize

Source§

impl FloatOutUnaryPromote for u8

Source§

impl FloatOutUnaryPromote for u16

Source§

impl FloatOutUnaryPromote for u32

Source§

impl FloatOutUnaryPromote for u64

Source§

impl FloatOutUnaryPromote for usize

Source§

impl FloatOutUnaryPromote for bf16

Source§

impl FloatOutUnaryPromote for f16

Source§

impl FloatOutUnaryPromote for Complex<f32>

Source§

impl FloatOutUnaryPromote for Complex<f64>

Implementors§