ObjectTransform

Type Alias ObjectTransform 

Source
pub type ObjectTransform<Error> = dyn for<'a> Fn(&'a [u8], Object<'_>) -> Result<Vec<Patch>, Error>;
Expand description

The type of a transformation applied to an object.

A transformation is expected to return a set of patches which are applied in order to the binary.