[][src]Trait stratum_types::traits::SubscribeResult

pub trait SubscribeResult: DeserializeOwned + Serialize + Sync + Send + Clone + Debug {
    fn id(&self) -> String;
}

Required methods

fn id(&self) -> String

Loading content...

Implementors

Loading content...