GetIsMining

Trait GetIsMining 

Source
pub trait GetIsMining: CollectData {
    // Provided methods
    fn get_is_mining<'life0, 'async_trait>(
        &'life0 self,
    ) -> Pin<Box<dyn Future<Output = bool> + Send + 'async_trait>>
       where Self: Sync + 'async_trait,
             'life0: 'async_trait { ... }
    fn parse_is_mining(&self, data: &HashMap<DataField, Value>) -> bool { ... }
}

Provided Methods§

Source

fn get_is_mining<'life0, 'async_trait>( &'life0 self, ) -> Pin<Box<dyn Future<Output = bool> + Send + 'async_trait>>
where Self: Sync + 'async_trait, 'life0: 'async_trait,

Source

fn parse_is_mining(&self, data: &HashMap<DataField, Value>) -> bool

Implementors§