pub type Accessor = (Option<Value>, Option<Value>);
An accessor property: (getter, setter), either optional.
(getter, setter)