Struct style::shared_lock::SharedRwLockWriteGuard [] [src]

pub struct SharedRwLockWriteGuard<'a>(_);

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

Trait Implementations

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

[src]

Executes the destructor for this type. Read more