Function workflow_rpc::server::protocol::borsh::create_serialized_notification_message
source · pub fn create_serialized_notification_message<Ops, Msg>(
op: Ops,
msg: Msg
) -> Result<Message>where
Ops: OpsT,
Msg: BorshSerialize + Send + Sync + 'static,