FetchBdbServerUpdate

Type Alias FetchBdbServerUpdate 

Source
pub type FetchBdbServerUpdate = Box<dyn FnMut(String, Option<Vec<u8>>) + Sync + Send>;

Aliased Typeยง

pub struct FetchBdbServerUpdate(/* private fields */);