pub trait Relocation { // Provided methods fn address(&self) -> u64 { ... } fn size(&self) -> u64 { ... } }
Address where the relocation should take place
Size of the relocation