pub trait RouterEventManagerProcessor: Send + Sync {
    fn test_event(
        &self
    ) -> &dyn RouterEventProcessor<TestEventRequest, TestEventResponse>; }

Required Methods

Implementors