[][src]Trait rlay_backend::BackendFromConfigAndSyncState

pub trait BackendFromConfigAndSyncState: Sized {
    type C;
    type S;
    type R: Future<Output = Result<Self, Error>> + Send;
    fn from_config_and_syncstate(
        config: Self::C,
        sync_state: Self::S
    ) -> Self::R; }

Associated Types

type C

type S

type R: Future<Output = Result<Self, Error>> + Send

Loading content...

Required methods

fn from_config_and_syncstate(config: Self::C, sync_state: Self::S) -> Self::R

Loading content...

Implementors

Loading content...