Skip to main content

Atan

Trait Atan 

Source
pub trait Atan {
    type Output;

    // Required method
    fn atan(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn atan(self) -> Self::Output

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§