pub fn with_saved_cr<O, F>( cr: &Context, f: F, ) -> Result<O, Box<InternalRenderingError>>where F: FnOnce() -> Result<O, Box<InternalRenderingError>>,