Trait cfxcore::pos::protocol::sync_protocol::Handleable
source · pub trait Handleable {
// Required method
fn handle(self, ctx: &Context<'_>) -> Result<(), Error>;
}
pub trait Handleable {
// Required method
fn handle(self, ctx: &Context<'_>) -> Result<(), Error>;
}