Skip to main content

RoundOut

Trait RoundOut 

Source
pub trait RoundOut<R> {
    // Required method
    fn round_out(&self) -> R;
}

Required Methods§

Source

fn round_out(&self) -> R

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§