Function rustream::templates::error::get_content

source ·
pub fn get_content() -> String
Expand description

Get the HTML content to render the session unauthorized page.

§See Also

  • This page is served as a response for all the entry points, when the user tries to access a page without valid authentication.

§Returns

A String version of the HTML, CSS and JS content.