Skip to main content

extract

Function extract 

Source
pub fn extract<S: FromSteelVal>(
    vm: &Engine,
    node_path: &[usize],
) -> Result<Option<S>, SteelErr>
Expand description

Extract the value for the node with the given ID.