Struct bui_backend::highlevel::BuiAppInner [] [src]

pub struct BuiAppInner<T> where
    T: Clone + PartialEq + Serialize
{ /* fields omitted */ }

Maintain state within a BUI application.

Methods

impl<T> BuiAppInner<T> where
    T: Clone + PartialEq + Serialize + 'static, 
[src]

[src]

Get reference counted reference to the underlying data store.

[src]

Get reference to to the underlying BuiService.

[src]

Get reference to the underlying hyper server.

[src]

Drop self and return only the underlying hyper server.

[src]

Get a stream of callback events.

Trait Implementations

Auto Trait Implementations

impl<T> !Send for BuiAppInner<T>

impl<T> !Sync for BuiAppInner<T>