Skip to main content

convert_frames

Function convert_frames 

Source
pub fn convert_frames(frames: Vec<Frame>) -> Vec<ResponseFrame>
Expand description

Convert database result frames to response frames.

This function converts the internal Frame type to the serializable ResponseFrame type expected by clients.