FromMessage

Trait FromMessage 

Source
pub trait FromMessage<T>
where Self: Sized,
{ // Required method fn from_msg(msg: T) -> Result<Self, AUTDProtoBufError>; }

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl FromMessage<Angle> for Angle

Source§

impl FromMessage<Geometry> for Geometry

Source§

impl FromMessage<Point3> for Point3

Source§

impl FromMessage<Quaternion> for UnitQuaternion

Source§

impl FromMessage<RxMessage> for Vec<RxMessage>

Source§

impl FromMessage<TxRawData> for Vec<TxMessage>

Source§

impl FromMessage<UnitVector3> for UnitVector3

Implementors§