Trait sqruff_lib::helpers::ToErasedSegment

source ·
pub trait ToErasedSegment {
    // Required method
    fn to_erased_segment(self) -> ErasedSegment
       where Self: Sized;
}

Required Methods§

Implementors§