natter/src/intermediate/plain_link.rs
Tom Alexander f98a09bc59
Use macros for creating the intermediate stage.
This is to make it easier to change function signatures by consolidating the places where the signatures exist.
2023-10-29 18:46:14 -04:00

6 lines
120 B
Rust

use super::macros::inoop;
use super::registry::Registry;
use crate::error::CustomError;
inoop!(IPlainLink, PlainLink);