1 2 3 4 5 6
pub fn op_try_close( state: &mut OpState, rid: Option<ResourceId>, ) -> Result<(), Error> { // ... }