f98a09bc59
This is to make it easier to change function signatures by consolidating the places where the signatures exist.
6 lines
124 B
Rust
6 lines
124 B
Rust
use super::macros::inoop;
|
|
use super::registry::Registry;
|
|
use crate::error::CustomError;
|
|
|
|
inoop!(IExportBlock, ExportBlock);
|