Trait mseed::DataSampleType
source · pub trait DataSampleType {
// Required method
unsafe fn convert_into(
seg: *mut MS3TraceSeg,
truncate: bool
) -> MSResult<()>;
}Required Methods§
sourceunsafe fn convert_into(seg: *mut MS3TraceSeg, truncate: bool) -> MSResult<()>
unsafe fn convert_into(seg: *mut MS3TraceSeg, truncate: bool) -> MSResult<()>
Object Safety§
This trait is not object safe.