//! Re-export of `picloud_shared::SdkCallCx`. //! //! The type itself lives in `picloud-shared` because future stateful //! service impls live in `manager-core` (which `executor-core` must //! not depend on) and need to reference the same cx shape. This //! re-export lets executor-side code write //! `use picloud_executor_core::sdk::SdkCallCx;` instead of reaching //! into `picloud_shared` for one type. pub use picloud_shared::SdkCallCx;