//! VShardEnvelope RPC glue.
//!
//! The VShardEnvelope carries graph BSP, timeseries scatter-gather, migration,
//! retention, and archival messages. The inner VShardMessageType determines
//! the handler. The envelope bytes are passed through raw (already serialized
//! in their own binary format).
use RPC_VSHARD_ENVELOPE;
use write_frame;
use RaftRpc;
use crateResult;
pub
pub