pub fn from_id_to_node(id: Id) -> Result<Option<Node>, ReplyError>
Converts id of the node to Node structure. Returns None if there is no node with the given id.
Node
None