Skip to main content

ArgPath

Type Alias ArgPath 

Source
pub type ArgPath = Vec<String>;
Expand description

Where a handle writes in its step: field names into the arguments as they serialize — ["distance"], or ["sketch", "points", "7", "x"].

Aliased Type§

pub struct ArgPath { /* private fields */ }