Skip to main content

TDVectorPathCommand

Trait TDVectorPathCommand 

Source
pub trait TDVectorPathCommand: Debug + RObject { }
Expand description

Represents a vector path command

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

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

Source§

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

Implementors§