Skip to main content

flash

Function flash 

Source
pub async fn flash(
    session: &Session,
    key: &str,
    value: Value,
) -> Result<(), Error>
Expand description

Insert a flash message — read by the next request, then cleared.