audit_logger

Trait ReasonerConnectorAuditLogger

Source
pub trait ReasonerConnectorAuditLogger {
    // Required method
    fn log_reasoner_response<'life0, 'life1, 'life2, 'async_trait>(
        &'life0 self,
        reference: &'life1 str,
        response: &'life2 str,
    ) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait,
             'life1: 'async_trait,
             'life2: 'async_trait;
}

Required Methods§

Source

fn log_reasoner_response<'life0, 'life1, 'life2, 'async_trait>( &'life0 self, reference: &'life1 str, response: &'life2 str, ) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait, 'life2: 'async_trait,

Implementors§