pub type DictionaryPath = String;Expand description
Path in a dictionary. The format is similar to a directory path, except no . or ...
is allowed and each path segment must conform to the format of the name type.
The “dirname” (first to the penultimate segment, or empty if there is one segment) represents a sequence of nested dictionaries. The “basename” (last segment) identifies a capability in the last nested dictionary.
Aliased Type§
pub struct DictionaryPath { /* private fields */ }