pub trait IntoDatabaseValue {
// Required methods
fn database_byte_size(&self) -> usize;
fn copy_into_database(&self, bytes: &mut [u8]);
}
pub trait IntoDatabaseValue {
// Required methods
fn database_byte_size(&self) -> usize;
fn copy_into_database(&self, bytes: &mut [u8]);
}