pub trait ToSegmentFrame {
    fn to_segment_frame(&self) -> Frame;
}
Expand description

Used to convert a value to a Segment frame

Required Methods

Creates a new Segment frame from value

Implementations on Foreign Types

Implementors