Struct style::shared_lock::SharedRwLockReadGuard [] [src]

pub struct SharedRwLockReadGuard<'a>(_);

Proof that a shared lock was obtained for reading (servo).

Trait Implementations

impl<'a> Drop for SharedRwLockReadGuard<'a>
[src]

[src]

Executes the destructor for this type. Read more