Trait hotpatch::HotpatchFn[][src]

pub trait HotpatchFn<T, Dummy> {
    fn hotpatch_fn(&self, c: T) -> Result<(), Box<dyn Error>>;
fn try_hotpatch_fn(&self, c: T) -> Result<(), Box<dyn Error>>;
unsafe fn force_hotpatch_fn(&self, c: T) -> Result<(), Box<dyn Error>>; }

Public interface for Patchable::hotpatch_fn and associated; requires import to use

Required methods

fn hotpatch_fn(&self, c: T) -> Result<(), Box<dyn Error>>[src]

fn try_hotpatch_fn(&self, c: T) -> Result<(), Box<dyn Error>>[src]

unsafe fn force_hotpatch_fn(&self, c: T) -> Result<(), Box<dyn Error>>[src]

Loading content...

Implementors

Loading content...