Skip to main content

Before

Trait Before 

Source
pub trait Before {
    // Required method
    fn before(self, before: u64) -> Self;
}

Required Methods§

Source

fn before(self, before: u64) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§