Enum libreda_structural_verilog::VerilogWriteError [−][src]
pub enum VerilogWriteError {
IoError(Error),
InvalidIdentifier,
}
Expand description
Error type returned by the Verilog writer.
Variants
IoError(Error)
Tuple Fields
0: Error
An error happened while writing to the output stream.
InvalidIdentifier
Identifier is empty or contains illegal characters.