Stopable
cfxcore
2.4.0
Stopable
Required Methods
stop
Implementors
In crate cfxcore
Modules
block_data_manager
block_parameters
cache_config
cache_manager
channel
client
consensus
consensus_internal_parameters
consensus_parameters
db
errors
genesis_block
light_protocol
message
node_type
pos
pow
state_exposer
statistics
sync
sync_parameters
transaction_pool
unique_id
verification
Structs
PeerInfo
Constants
WORKER_COMPUTATION_PARALLELISM
Traits
Stopable
?
Trait
cfxcore
::
Stopable
source
·
[
−
]
pub trait Stopable { // Required method fn
stop
(&self); }
Required Methods
§
source
fn
stop
(&self)
Implementors
§
impl
Stopable
for
BlockGenerator