[][src]Trait buffett_core::service::Service

pub trait Service {
    type JoinReturnType;
    fn join(self) -> Result<Self::JoinReturnType>;
}

Associated Types

Loading content...

Required methods

fn join(self) -> Result<Self::JoinReturnType>

Loading content...

Implementors

impl Service for BroadcastStage[src]

impl Service for FetchStage[src]

type JoinReturnType = ()

impl Service for Fullnode[src]

impl Service for Ncp[src]

type JoinReturnType = ()

impl Service for ReplicateStage[src]

type JoinReturnType = ()

impl Service for RequestStage[src]

type JoinReturnType = ()

impl Service for RetransmitStage[src]

impl Service for JsonRpcService[src]

type JoinReturnType = ()

impl Service for Rpu[src]

type JoinReturnType = ()

impl Service for SigVerifyStage[src]

type JoinReturnType = ()

impl Service for BlobFetchStage[src]

type JoinReturnType = ()

impl Service for StoreLedgerStage[src]

type JoinReturnType = ()

impl Service for Tpu[src]

impl Service for Tvu[src]

impl Service for BankingStage[src]

type JoinReturnType = ()

impl Service for WriteStage[src]

Loading content...