1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-20 14:57:01 +00:00

Reexports

This commit is contained in:
msrd0 2021-02-03 21:22:46 +00:00
parent 441a42c75e
commit af28e0d916
16 changed files with 50 additions and 34 deletions

View file

@ -1,6 +1,6 @@
#[macro_use]
extern crate gotham_restful;
use gotham_restful::State;
use gotham::state::State;
#[derive(Resource)]
#[resource(read_all)]