mirror of https://github.com/rwf2/Rocket.git
Update param.rs
This commit is contained in:
parent
31cbe65704
commit
2f6c31738e
|
@ -75,7 +75,7 @@ use http::RawStr;
|
||||||
/// Rocket implements `FromParam` for several standard library types. Their
|
/// Rocket implements `FromParam` for several standard library types. Their
|
||||||
/// behavior is documented here.
|
/// behavior is documented here.
|
||||||
///
|
///
|
||||||
/// * **f32, f64, isize, i8, i16, i32, i64, usize, u8, u16, u32, u64, bool
|
/// * **f32, f64, isize, i8, i16, i32, i64, usize, u8, u16, u32, u64, bool,
|
||||||
/// IpAddr, Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6, SocketAddr**
|
/// IpAddr, Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6, SocketAddr**
|
||||||
///
|
///
|
||||||
/// A value is parsed successfully if the `from_str` method from the given
|
/// A value is parsed successfully if the `from_str` method from the given
|
||||||
|
|
Loading…
Reference in New Issue