Macro handle_index_error

Source
macro_rules! handle_index_error {
    ($err:expr, $file_handle:expr, $index_type:expr) => { ... };
}