pub fn get_statement_item_by_name(
env: &mut Environment,
item_name: &SmolStr,
) -> Option<ResolvedGenericItem>
Expand description
Returns the requested item from the environment if it exists. Returns None otherwise.
pub fn get_statement_item_by_name(
env: &mut Environment,
item_name: &SmolStr,
) -> Option<ResolvedGenericItem>
Returns the requested item from the environment if it exists. Returns None otherwise.