note lack of support for EntitySchemas

This commit is contained in:
Smitty 2022-12-10 15:43:41 -05:00
parent c53655bc52
commit a982174217
2 changed files with 5 additions and 0 deletions

View file

@ -24,6 +24,8 @@ pub struct Entity {
}
/// The type of entity: normal entity with a Qid, a property with a Pid, or a lexeme with a Lid.
///
/// EntitySchemas (with E IDs) are currently unsupported.
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, Serialize, Deserialize)]
#[non_exhaustive]
pub enum EntityType {