[][src]Type Definition opentracingrust_zipkin::Result

type Result<T> = Result<T, Error>;

Type alias for Results that can fail with an Error.