pub const MONITOR_UPDATING_PERSISTER_PREPEND_SENTINEL: &'static [u8];
Expand description

A sentinel value to be prepended to monitors persisted by the MonitorUpdatingPersister.

This serves to prevent someone from accidentally loading such monitors (which may need updates applied to be current) with another implementation.