Struct rados_hi::RadosLock [] [src]

pub struct RadosLock { /* fields omitted */ }

RAII lock.

Methods

impl RadosLock
[src]

[src]

Using this method should prevent the compiler from dropping the lock earlier.

Trait Implementations

impl Drop for RadosLock
[src]

[src]

Executes the destructor for this type. Read more