Skip to main content

channel_key_from_persisted

Function channel_key_from_persisted 

Source
fn channel_key_from_persisted(ch: &Channel) -> String
Expand description

Reconstruct the composite HashMap key from a persisted Channel.

Mirrors SessionProvider::channel_key() in session.rs.