pub trait PositionSubCommand {
    fn position_subcommands(self) -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors