async fn create_cipher<R: Repository<Cipher> + ?Sized>(
key_store: &KeyStore<KeyIds>,
api_client: &ApiClient,
repository: &R,
encrypted_for: UserId,
request: CipherCreateRequestInternal,
) -> Result<CipherView, CreateCipherError>async fn create_cipher<R: Repository<Cipher> + ?Sized>(
key_store: &KeyStore<KeyIds>,
api_client: &ApiClient,
repository: &R,
encrypted_for: UserId,
request: CipherCreateRequestInternal,
) -> Result<CipherView, CreateCipherError>