Function hyper::header::qitem
[−]
[src]
pub fn qitem<T>(item: T) -> QualityItem<T>
Convinience function to wrap a value in a QualityItem
Sets q
to the default 1.0
pub fn qitem<T>(item: T) -> QualityItem<T>
Convinience function to wrap a value in a QualityItem
Sets q
to the default 1.0
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)