async-session
async-session copied to clipboard
drop supertrait requirements on SessionStore
with this change, frameworks can specify if they need any or all of these constraints, like SessionStore + Send + Sync + 'static
closes #33
frameworks that need to retain the Send + Sync + 'static bounds can do something like this: https://github.com/trillium-rs/trillium/pull/239/files#diff-c71367ad5c2eaf26b59927686beb0b822739121476995ddf39e7d6dd28ef05a8R38-R39