pub trait TDVectorPathCommand: Debug + RObject { }
Expand description

Represents a vector path command

Implementations on Foreign Types§

source§

impl<'a, VECTORPATHCOMMAND: TDVectorPathCommand> TDVectorPathCommand for &'a VECTORPATHCOMMAND

source§

impl<'a, VECTORPATHCOMMAND: TDVectorPathCommand> TDVectorPathCommand for &'a mut VECTORPATHCOMMAND

Implementors§