logo
pub trait Offset {
    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

Offset between the first byte of self and the first byte of the argument

Implementations on Foreign Types

Implementors