Struct fera_graph::arbitrary::GnConnected [] [src]

pub struct GnConnected<G>(pub G);

A wrapper to create arbitrary graphs using WithBuilder::new_gn_connected.

Trait Implementations

impl<G: Clone> Clone for GnConnected<G>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<G: Debug> Debug for GnConnected<G>
[src]

[src]

Formats the value using the given formatter.

impl<G> Arbitrary for GnConnected<G> where
    G: Clone + Send + 'static + VertexList + EdgeList + WithBuilder,
    G::Kind: UniformEdgeKind
[src]

[src]

[src]