natter/src/intermediate/property_drawer.rs

6 lines
139 B
Rust

use super::macros::inoop;
use crate::error::CustomError;
use organic::types::StandardProperties;
inoop!(IPropertyDrawer, PropertyDrawer);