Function fastax::get_node

source ·
pub fn get_node(db: &DB, term: String) -> Result<Node, Box<dyn Error>>
Expand description

Fetch from the database the node that corresponds to the given term and return it. If the term does not correspond to a Node, an error is returned.