validate_frame

Function validate_frame 

Source
pub fn validate_frame(frame_spec: &Option<WindowFrame>) -> Result<(), String>
Expand description

Validate a window frame specification, returning an error if invalid.

This checks that frame offsets are non-negative numbers.