// Internal modules use `crate::proto::*`; this alias is always available.
pub use dapr_durabletask_proto as proto;
/// Re-export of the generated protobuf crate.
///
/// Available only with the `proto` feature, to avoid making protobuf schema
/// changes part of this crate's stable public API.
pub use dapr_durabletask_proto as proto_public;
pub
/// OpenTelemetry distributed tracing helpers.
///
/// Available when the `opentelemetry` feature is enabled.