pub trait EnvironmentKind: Sealed + Debug + 'static {
    const EXTRA_FLAGS: MDBX_env_flags_t;
}

Required Associated Constants

Implementors