Struct flo_http_ui::WebSessions [] [src]

pub struct WebSessions<CoreController: Controller> { /* fields omitted */ }

Manages the active sessions

Methods

impl<CoreController: Controller + 'static> WebSessions<CoreController>
[src]

[src]

Creates a new websessions object

[src]

Creates a new session and returns its ID

[src]

Retrieves the session with the specified ID form this object

Trait Implementations

Auto Trait Implementations

impl<CoreController> Send for WebSessions<CoreController>

impl<CoreController> Sync for WebSessions<CoreController>