Type Definition cedar::dom::Object [] [src]

type Object<S> = Node<Value<S>>;

Trait Implementations

impl<S> Builder<S> for Object<S>
[src]