Struct cs_trace::TraceListenerOptions
source · [−]pub struct TraceListenerOptions { /* private fields */ }Implementations
pub fn with_file_path<S: AsRef<str> + ToString>(
self,
file_path: S,
cleanup_file: bool
) -> Self
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TraceListenerOptions
impl Send for TraceListenerOptions
impl Sync for TraceListenerOptions
impl Unpin for TraceListenerOptions
impl UnwindSafe for TraceListenerOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more