pub type ReplayHandlerResult = Pin<Box<dyn Future<Output = Result<(), Box<dyn Error>>> + Send>>;
ReplayHandler result type alias
ReplayHandler
struct ReplayHandlerResult {}