Struct rustix_bl::rustix_backend::RustixBackend[][src]

pub struct RustixBackend {
    pub datastore: Datastore,
    pub persistencer: FilePersister,
}

Fields

Trait Implementations

impl Debug for RustixBackend
[src]

Formats the value using the given formatter. Read more

impl WriteBackend for RustixBackend
[src]

Auto Trait Implementations