pub trait EditorState { }
Expand description

Used to keep track of which state the Editor struct is in while it’s constructed.

Implementors§