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<()>
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.