Skip to main content

RcuCleanupMut

Type Alias RcuCleanupMut 

Source
pub type RcuCleanupMut<C> = Box<dyn FnOnce(&mut C) + Send + 'static>;
Expand description

Defines the cleanup callback signature.

Aliased Typeยง

pub struct RcuCleanupMut<C>(/* private fields */);