Trait rustemo::State

source ·
pub trait State: Default + Copy {
    // Required method
    fn default_layout() -> Option<Self>;
}
Expand description

This trait must be implemented by the parser state type.

Required Methods§

source

fn default_layout() -> Option<Self>

Returns the default layout state.

Object Safety§

This trait is not object safe.

Implementors§