Trait memoverlay::SolidPatch
source · pub trait SolidPatch<T>where
T: AsRef<[u8]>,
Self: Sized,{
fn new(offset: u64, content: T) -> Result<Self, OverlayError>;
}pub trait SolidPatch<T>where
T: AsRef<[u8]>,
Self: Sized,{
fn new(offset: u64, content: T) -> Result<Self, OverlayError>;
}