pub trait WithDecoders {
// Required method
fn decoders(&self) -> &ModuleDecoderRegistry;
}
Expand description
A database type that has decoders, which allows it to implement
IDatabaseTransactionOpsCoreTyped
pub trait WithDecoders {
// Required method
fn decoders(&self) -> &ModuleDecoderRegistry;
}
A database type that has decoders, which allows it to implement
IDatabaseTransactionOpsCoreTyped