Function fastax::get_nodes

source ·
pub fn get_nodes(db: &DB, terms: &[String]) -> Result<Vec<Node>, Box<dyn Error>>
Expand description

Fetch from the database the nodes that correspond to the given terms and return them. If any of the term does not correspond to a Node, an error is returned.