pub async fn get_node( client: &WasmerClient, id: String, ) -> Result<Option<Node>, Error>
Retrieve a node based on its global id.