Trait autd3::prelude::IntoDatagramWithSegment

source ·
pub trait IntoDatagramWithSegment<D>
where D: DatagramS,
{ // Required method fn with_segment( self, segment: Segment, transition: bool, ) -> DatagramWithSegment<D>; }

Required Methods§

source

fn with_segment( self, segment: Segment, transition: bool, ) -> DatagramWithSegment<D>

Implementors§

source§

impl<D> IntoDatagramWithSegment<D> for D
where D: DatagramS,