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