1 2 3 4
use crate::daemon::Dsf; use crate::io; impl<C> Dsf<C> where C: io::Connector + Clone + Sync + Send + 'static {}