Struct std::path::Display
[−]
[src]
pub struct Display<'a> {
// some fields omitted
}Helper struct for safely printing paths with format!() and {}
pub struct Display<'a> {
// some fields omitted
}Helper struct for safely printing paths with format!() and {}
impl<'a> Debug for Display<'a>impl<'a> Display for Display<'a>
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, type, macro,
and const.
Search functions by type signature (e.g.
vec -> usize)