[][src]Module uclicious::raw::object

Output of the parser.

Structs

Object

Owned and mutable instance of UCL Object. All methods that do not require mutability should be implemented on ObjectRef instead.

ObjectRef

An immutable reference to UCL Object structure. Provides most of the libUCL interface for interacting with parser results.

Enums

ObjectError

Errors that could be returned by Object or ObjectRef functions.