[−][src]Trait hyper_scripter::script_repo::helper::Environment
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,
&'life0 self,
info: &'life1 ScriptInfo
) -> Pin<Box<dyn Future<Output = Result> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
Self: 'async_trait,
Implementors
impl Environment for DBEnv
[src]
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,
[src]
&'life0 self,
info: &'life1 ScriptInfo
) -> Pin<Box<dyn Future<Output = Result> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
Self: 'async_trait,