Trait xplm::data::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

Object Safety§

This trait is not object safe.

Implementors§