Skip to main content

StatePacker

Type Alias StatePacker 

Source
pub type StatePacker<S> = fn(&S) -> Result<Any, Status>;
Expand description

Function type for packing state into protobuf Any.

Used by Replay RPC to return state as a serializable message.