Trait sentry_rs::WorkerClosure [] [src]

pub trait WorkerClosure<T, P>: Fn(&P, T) -> () + Send + Sync { }

Implement the worker closure as a trait, incase I ever want to have more than a single worker.

Implementors