2023-10-29 21:29:16 +00:00
|
|
|
use super::macros::inoop;
|
2023-10-27 21:08:58 +00:00
|
|
|
use super::registry::Registry;
|
2023-10-29 21:29:16 +00:00
|
|
|
use crate::error::CustomError;
|
2023-10-27 21:08:58 +00:00
|
|
|
|
2023-10-29 21:29:16 +00:00
|
|
|
inoop!(IPropertyDrawer, PropertyDrawer);
|