Function bevy_macro_utils::get_lit_bool

source ยท
pub fn get_lit_bool(attr_name: Symbol, value: &Expr) -> Result<bool>
Expand description

Get a literal boolean from the provided expression as a bool.