[][src]Trait hyper_scripter::script_repo::helper::Environment

pub trait Environment {
#[must_use]    fn handle_change<'life0, 'life1, 'async_trait>(
        &'life0 self,
        info: &'life1 ScriptInfo
    ) -> Pin<Box<dyn Future<Output = Result> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        'life1: 'async_trait,
        Self: 'async_trait
; }

Required methods

#[must_use]fn handle_change<'life0, 'life1, 'async_trait>(
    &'life0 self,
    info: &'life1 ScriptInfo
) -> Pin<Box<dyn Future<Output = Result> + Send + 'async_trait>> where
    'life0: 'async_trait,
    'life1: 'async_trait,
    Self: 'async_trait, 

Loading content...

Implementors

impl Environment for DBEnv[src]

Loading content...