1 2 3 4 5
//! What the conductor process looks like as an interface. /// The error code that the conductor process will exit with if it fails to /// start for any reason. pub const ERROR_CODE: i32 = 42;