cfxcore
3.0.0
Handleable
Required Methods
handle
Implementations on Foreign Types
EpochChangeProof
EpochRetrievalRequest
ProposalMsg
SyncInfo
VoteMsg
Implementors
In cfxcore::
pos::
protocol::
sync_
protocol
cfxcore
::
pos
::
protocol
::
sync_protocol
Trait
Handleable
Copy item path
Source
pub trait Handleable { // Required method fn
handle
(self, ctx: &
Context
<'_>) ->
Result
<
()
,
Error
>; }
Required Methods
§
Source
fn
handle
(self, ctx: &
Context
<'_>) ->
Result
<
()
,
Error
>
Implementations on Foreign Types
§
Source
§
impl
Handleable
for
EpochRetrievalRequest
Source
§
fn
handle
(self, ctx: &
Context
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl
Handleable
for
ProposalMsg
Source
§
fn
handle
(self, ctx: &
Context
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl
Handleable
for
SyncInfo
Source
§
fn
handle
(self, ctx: &
Context
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl
Handleable
for
VoteMsg
Source
§
fn
handle
(self, ctx: &
Context
<'_>) ->
Result
<
()
,
Error
>
Source
§
impl
Handleable
for
EpochChangeProof
Source
§
fn
handle
(self, ctx: &
Context
<'_>) ->
Result
<
()
,
Error
>
Implementors
§
Source
§
impl
Handleable
for
MempoolSyncMsg
Source
§
impl
Handleable
for
BlockRetrievalRpcRequest
Source
§
impl
Handleable
for
BlockRetrievalRpcResponse