Skip to main content

Synchronization

Trait Synchronization 

Source
pub trait Synchronization {
    // Required methods
    fn sync(self);
    fn ignore(self);
}

Required Methods§

Source

fn sync(self)

Source

fn ignore(self)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§