[][src]Trait p2p::LocalSyncNode

pub trait LocalSyncNode: Send + Sync {
    fn create_sync_session(
        &self,
        height: i32,
        services: Services,
        outbound: OutboundSyncConnectionRef
    ) -> InboundSyncConnectionRef; }

Required Methods

Implementors