Trait modalkit::editing::application::ApplicationStore

source ·
pub trait ApplicationStore { }
Expand description

Trait for objects that hold application-specific information.

Implementors of this trait can be embedded in Store.

Implementations on Foreign Types§

source§

impl ApplicationStore for ()

Implementors§