Struct petgraph::Directed
[−]
[src]
pub struct Directed;
Marker type for a directed graph.
pub struct Directed;
Marker type for a directed graph.
impl EdgeType for Directed
fn is_directed() -> bool
impl Debug for Directed
impl Clone for Directed
fn clone(&self) -> Directed
fn clone_from(&mut self, source: &Self)
impl Copy for Directed
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
).