pub trait OwnerObjectDesc {
    fn owner(&self) -> &Option<ObjectId>;
}
Expand description

有主对象

Required Methods

Implementations on Foreign Types

Implementors

NamedObjectDesc 的 OwnerObjectDesc 自动实现

如果 T::OwnerType 实现了 OwnerObjectDesc 则自动为 NamedObjectDesc 实现 OwnerObjectDesc