diff --git a/src/client/csfle/client_encryption.rs b/src/client/csfle/client_encryption.rs index 483177cd6..2bdc416d1 100644 --- a/src/client/csfle/client_encryption.rs +++ b/src/client/csfle/client_encryption.rs @@ -22,6 +22,7 @@ use crate::{ use super::{options::KmsProviders, state_machine::CryptExecutor}; +pub use super::client_builder::EncryptedClientBuilder; pub use crate::action::csfle::encrypt::{EncryptKey, RangeOptions}; /// A handle to the key vault. Used to create data encryption keys, and to explicitly encrypt and