[][src]Trait ids_service::common::Service

pub trait Service {
    fn start(&mut self) { ... }
fn stop(&mut self) { ... }
fn restart(&mut self) { ... } }

Trait with usual functions of service

Provided methods

fn start(&mut self)

fn stop(&mut self)

fn restart(&mut self)

Loading content...

Implementors

impl Service for ids_service::crypto_hash::IdsService[src]

Implement Service Trait

fn start(&mut self)[src]

Start the background threads to keep cache filled.

fn stop(&mut self)[src]

Stop the background threads to Graceful Shutdown and Cleanup

fn restart(&mut self)[src]

impl Service for ids_service::rust_hash::IdsService[src]

Implement trait Service

fn start(&mut self)[src]

Start the background threads to keep cache filled.

fn stop(&mut self)[src]

Stop the background threads to Graceful Shutdown and Cleanup

fn restart(&mut self)[src]

Loading content...