Rocket/examples/todo/src
Sergio Benitez 150aef7764 Impl 'try' for 'Outcome'. Document 'Cookies'.
The 'try' impl for 'Outcome' allows the '?' operator to be used with
'Outcome' values. This is likely to make 'FromRequest' and 'FromData'
implementations more ergonomic.

This commit also expands the 'IntoOutcome' trait. It is now
implemented for 'Option'. It also now includes an additional
'or_forward' method.
2017-06-24 02:49:31 -07:00
..
db.rs Impl 'try' for 'Outcome'. Document 'Cookies'. 2017-06-24 02:49:31 -07:00
main.rs Don't create two DB pools in todo example. 2017-06-01 23:03:08 -07:00
static_files.rs Return 404 on missing static file in todo example. 2017-04-12 02:58:45 -07:00
task.rs Add tests for 'todo' example. 2017-05-26 16:52:17 -07:00
tests.rs Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00