[][src]Trait stratum_types::traits::AuthorizeResult

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

Required methods

fn authorized(&self) -> bool

fn id(&self) -> String

Loading content...

Implementors

Loading content...