Type Definition ezlua::marker::StrictBool

source ·
pub type StrictBool = Strict<bool>;
Expand description

Represents a strict typed boolean value

Trait Implementations§

source§

impl FromLua<'_> for StrictBool

source§

fn from_lua(lua: &State, val: ValRef<'_>) -> Result<StrictBool>

source§

const TYPE_NAME: &'static str = _