Skip to main content

get

Function get 

Source
pub fn get<'a>(root: &'a Expr, path: &Path) -> Option<&'a Expr>
Expand description

Borrow the value at path, if present.