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

有作者对象

Required Methods

Implementations on Foreign Types

Implementors

NamedObjectDesc 的 AuthorObjectDesc 自动实现

如果 T::AuthorType 实现了 AuthorObjectDesc 则自动为 NamedObjectDesc 实现 AuthorObjectDesc