Trait tracing_fluentd::MakeWriter
source · [−]pub trait MakeWriter: 'static + Send {
type Writer: Write;
fn make(&self) -> Result<Self::Writer>;
}Expand description
Describers creation of sink for tracing record.
pub trait MakeWriter: 'static + Send {
type Writer: Write;
fn make(&self) -> Result<Self::Writer>;
}Describers creation of sink for tracing record.