Trait dbkit_engine::types::TypeInfo [] [src]

pub trait TypeInfo {
    type Store: Copy;

    const ENUM: Type;
    const DEEP_COPY: bool = false;
    fn size_of(&self) -> usize { ... }
}

Associated Types

Associated Constants

Provided Methods

Implementors