pub trait Offset {
// Required method
fn offset(&self, second: &Self) -> usize;
}
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.