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.

[src]

Dereferences the value.

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

[src]

Executes the destructor for this type. Read more