1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-19 14:49:01 +00:00

add FromParam for bool

This commit is contained in:
Moritz Warning 2018-09-21 03:34:50 +02:00
parent 1b298142e3
commit ed481b74c4

View file

@ -244,6 +244,7 @@ macro_rules! FROM_STR {
};
}
FROM_STR!(bool);
FROM_STR!(u8);
FROM_STR!(u16);
FROM_STR!(u32);