pub type PostSubmitFunc = Box<dyn FnOnce() + Send + Send>;
pub struct PostSubmitFunc(/* private fields */);