Struct iota::Editor [] [src]

pub struct Editor<'e, T: Frontend> { /* fields omitted */ }

The main Editor structure

This is the top-most structure in Iota.

Methods

impl<'e, T: Frontend> Editor<'e, T>
[src]

Create a new Editor instance from the given source

Start Iota!