[][src]Trait stratum_types::traits::Notify

pub trait Notify: DeserializeOwned + Serialize + Sync + Send + Clone + Debug {
    fn get_difficulty(&self) -> f64;
}

Required methods

fn get_difficulty(&self) -> f64

Loading content...

Implementors

Loading content...