pub trait TopicHandler: Send + Sync + DirectedHandler {
    fn source_selector(&self) -> &SurfaceSelector;
}

Required Methods

Implementors