Trait abscissa::secrets::BorrowSecret[][src]

pub trait BorrowSecret<BorrowedSecret> {
    fn borrow_secret(&self) -> &BorrowedSecret;
}

Trait for obtaining references to secrets

Required Methods

Important traits for &'a mut R

Obtain a borrowed reference to a secret

Implementors