pub fn stream_chunk_frame_to_expr(
cx: &mut Cx,
frame: &ServerFrame,
) -> Result<Expr>Expand description
Compatibility helper. New code should call
sim_lib_server::stream_frame_to_expr directly.
pub fn stream_chunk_frame_to_expr(
cx: &mut Cx,
frame: &ServerFrame,
) -> Result<Expr>Compatibility helper. New code should call
sim_lib_server::stream_frame_to_expr directly.