pub trait IWriteInner {
    fn write_(&self, om: &ObjectManager, data: &mut Data) -> Result<()>;
}
Expand description

用于筛选 struct 内部写入 的类型判断

Required Methods§

Implementations on Foreign Types§

Implementors§

write