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

Required Methods§

Implementors§