Struct seckey::SecReadGuard [] [src]

pub struct SecReadGuard<'a, T: 'a>(_);

Read Guard.

Trait Implementations

impl<'a, T: 'a> Deref for SecReadGuard<'a, T>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<'a, T: 'a> Drop for SecReadGuard<'a, T>
[src]

A method called when the value goes out of scope. Read more