1
2
3
4
5
6
7
8
9
//     open-dis-rust - Rust implementation of the IEEE-1278.1 Distributed Interactive Simulation
//     Copyright (C) 2023 Cameron Howell
//
//     Licensed under the BSD-2-Clause License

#[derive(Debug)]
pub enum DISError {
    InvalidDISHeader,
}