Crate editor

Source
Expand description

Editor interface.

Structs§

Object
The object id.
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.