pub trait TimeSourceControlProxyInterface: Send + Sync {
    // Required method
    fn connect_push_source(
        &self,
        push_source: ServerEnd<PushSourceMarker>
    ) -> Result<(), Error>;
}

Required Methods§

Implementors§