Type Alias freya_hooks::EditorState

source ·
pub type EditorState = UseState<RopeEditor>;

Aliased Type§

struct EditorState { /* private fields */ }

Trait Implementations§

§

impl<T> Deref for UseState<T>

§

type Target = T

The resulting type after dereferencing.
§

fn deref(&self) -> &<UseState<T> as Deref>::Target

Dereferences the value.