Struct flo_http_ui::NullSession [] [src]

pub struct NullSession { /* fields omitted */ }

An empty session type that can be used for testing in the absense of an actual implementation

Methods

impl NullSession
[src]

[src]

Trait Implementations

impl HttpController for NullSession
[src]

[src]

Creates a new session

impl Controller for NullSession
[src]

[src]

Retrieves a Control representing the UI for this controller

[src]

Attempts to retrieve a sub-controller of this controller

[src]

Retrieves the viewmodel for this controller

[src]

Callback for when a control associated with this controller generates an action

[src]

Retrieves a resource manager containing the images used in the UI for this controller

[src]

Retrieves a resource manager containing the canvases used in the UI for this controller

[src]

Called just before an update is processed Read more

Auto Trait Implementations

impl Send for NullSession

impl Sync for NullSession