Trait solana::service::Service[][src]

pub trait Service {
    fn thread_hdls(self) -> Vec<JoinHandle<()>>;
fn join(self) -> Result<()>; }

Required Methods

Implementors