[][src]Trait registry_api::LogIngestor

pub trait LogIngestor: Send + Sync + 'static {
    fn error(&self, message: String);
}

Required methods

fn error(&self, message: String)

Loading content...

Implementations on Foreign Types

impl LogIngestor for ()[src]

Loading content...

Implementors

Loading content...