[][src]Trait stratum_types::traits::StratumParams

pub trait StratumParams {
    type Submit: DeserializeOwned + Serialize + Sync + Send + Clone + Debug;
    type Notify: Notify;
}

Associated Types

Loading content...

Implementors

Loading content...