Function from_id_to_node

Source
pub fn from_id_to_node(id: Id) -> Result<Option<Node>, ReplyError>
Expand description

Converts id of the node to Node structure. Returns None if there is no node with the given id.