pub fn relative_distance_mode<'a, I: Iterator<Item = Field<'a>>>(
args: I,
) -> Command<'a>Expand description
In relative distance mode, axis numbers usually represent increments from the current values of the numbers
To instantiate the command, call this function or use the crate::command macro.