pub type RouteFn = Arc<dyn Fn(Envelope, MessagePayload) -> Result<(), SendError> + Send + Sync>;
pub struct RouteFn { /* private fields */ }