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