Skip to main content

Access

Trait Access 

Source
pub trait Access {
    // Required method
    fn writeable() -> bool;
}
Expand description

Marker for data access types

Required Methods§

Source

fn writeable() -> bool

Returns true if this access allows the dataref to be written

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§