#[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.
#[derive(SessionV2)]
{
// Attributes available to this derive:
#[session]
}
Explicit V2 derive macro — same implementation as #[derive(Session)],
provided for clarity when using SessionTokenV2.