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