Crate editor [] [src]

Editor interface.

Structs

Field

Field information.

Object

The object id.

Reference

Stores information about a reference.

Type

The type of an object. This does not have be unique for Rust types. Dynamically typed objects should use same id.

Traits

Editor

A generic interface for editors, implemented on controllers.

Functions

all

A helper function for Editor::all implementation.

delete

A helper function for Editor::delete implementation.

get

A helper function for Editor::get implementation.

update

A helper function for Editor::update implementation.