pub trait SerializationSide {
    const BIT_OFFSET: usize;
}
Expand description

Side of MySql value serialization.

Required Associated Constants§

source

const BIT_OFFSET: usize

Null-bitmap offset of this side.

Object Safety§

This trait is not object safe.

Implementors§