get_cipher

Function get_cipher 

Source
async fn get_cipher(
    store: &KeyStore<KeyIds>,
    repository: &dyn Repository<Cipher>,
    id: &str,
) -> Result<CipherView, GetCipherError>