Trait cipherstash_dynamodb::encryption::Queryable
pub trait Queryable<C> {
type Output;
// Required method
fn build_queryable(
self,
scoped_cipher: Arc<ScopedCipher<C>>,
op: QueryOp,
) -> Result<IndexTerm, EncryptionError>;
}