//! gRPC service skeleton (tonic, feature-gated).
//!//! Compiled when the `grpc` feature is enabled. Generated proto code lives in OUT_DIR.
/// HippmemService placeholder struct (replaced by tonic trait impl once proto is compiled).
#[cfg(feature ="grpc")]pubstructHippmemService;#[cfg(feature ="grpc")]implHippmemService{pubfnnew()->Self{Self}}#[cfg(feature ="grpc")]implDefault forHippmemService{fndefault()->Self{Self::new()}}