2023-10-29 17:29:16 -04:00
|
|
|
use super::macros::inoop;
|
2023-10-27 17:48:19 -04:00
|
|
|
use super::registry::Registry;
|
2023-10-29 17:29:16 -04:00
|
|
|
use crate::error::CustomError;
|
2023-10-27 17:48:19 -04:00
|
|
|
|
2023-10-29 17:29:16 -04:00
|
|
|
inoop!(IAngleLink, AngleLink);
|