Skip to main content

SessionV2

Derive Macro SessionV2 

Source
#[derive(SessionV2)]
{
    // Attributes available to this derive:
    #[session]
}
Expand description

Explicit V2 derive macro — same implementation as #[derive(Session)], provided for clarity when using SessionTokenV2.