Function wasmer_backend_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.