cuprate_p2p_core

Trait CoreSyncSvc

Source
pub trait CoreSyncSvc:
    Service<CoreSyncDataRequest, Response = CoreSyncDataResponse, Error = BoxError, Future: Send + 'static>
    + Send
    + 'static { }

Implementors§

Source§

impl<T> CoreSyncSvc for T
where T: Service<CoreSyncDataRequest, Response = CoreSyncDataResponse, Error = BoxError, Future: Send + 'static> + Send + 'static,