Qid

Type Alias Qid 

Source
pub type Qid = SmolStr;
Expand description

A qualified id is a string that identifies a type of a record and some key derived from the record e.g. a an entity and a primary key of the entity.

Aliased Typeยง

pub struct Qid(/* private fields */);