DynamoDbKeyBranchKeyIdSupplier

Trait DynamoDbKeyBranchKeyIdSupplier 

Source
pub trait DynamoDbKeyBranchKeyIdSupplier: Send + Sync {
    // Required method
    fn get_branch_key_id_from_ddb_key(
        &self,
        input: GetBranchKeyIdFromDdbKeyInput,
    ) -> Result<GetBranchKeyIdFromDdbKeyOutput, Error>;
}

Required Methods§

Implementors§