pub trait Offset {
// Required method
fn offset(&self, second: &Self) -> usize;
}
Available on crate feature
mtls
only.Expand description
Useful functions to calculate the offset between slices and show a hexdump of a slice
Required Methods§
Object Safety§
This trait is not object safe.