mirror of
https://github.com/actix/actix-web.git
synced 2024-12-19 22:56:39 +00:00
add FromParam for bool
This commit is contained in:
parent
1b298142e3
commit
ed481b74c4
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ macro_rules! FROM_STR {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FROM_STR!(bool);
|
||||||
FROM_STR!(u8);
|
FROM_STR!(u8);
|
||||||
FROM_STR!(u16);
|
FROM_STR!(u16);
|
||||||
FROM_STR!(u32);
|
FROM_STR!(u32);
|
||||||
|
|
Loading…
Reference in a new issue