use ;
use ;
/// The boxed asynchronous boundary used by V1 Service implementations.
pub type ServiceFuture<'a, T> = ;
/// One strongly typed asynchronous Service operation contract.
///
/// This type contains no implementation behavior. Callers depend on a public
/// contract type implementing this trait; a private implementation separately
/// implements [`ServiceHandler<Self>`].
/// The implementation boundary for a Service contract `S`.