pub trait FallbackHandler: Send + Sync { // Required method fn handle(&self) -> Vec<u8> ⓘ; }
Fallback handler trait