pub async fn session_get<Output: ResponseData<Output>, Path, Query: QueryData, PathOutput: Into<String>>(
input: SessionGetInput<'_, Path, Query>,
scope: String,
path: fn(Path) -> PathOutput,
) -> SessionGetOutput<Output>pub async fn session_get<Output: ResponseData<Output>, Path, Query: QueryData, PathOutput: Into<String>>(
input: SessionGetInput<'_, Path, Query>,
scope: String,
path: fn(Path) -> PathOutput,
) -> SessionGetOutput<Output>