Skip to main content

interstice_abi/
error.rs

1#[derive(Debug)]
2pub enum IntersticeAbiError {
3    ConversionError(String),
4}