Skip to main content

Key

Type Alias Key 

Source
pub type Key = (String, String);
Expand description

A canonical (tool_name, args) key used by the default key function.

First element is the tool name. Second element is the canonical JSON representation of the args (sorted object keys, compact separators).