Docs.rs
icentral-graph-interface-0.1.0
icentral-graph-interface 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
klebs6
Dependencies
icentral-3p ^0.1.0
normal
icentral-bcc ^0.1.0
normal
icentral-cycle ^0.1.0
normal
icentral-distances ^0.1.0
normal
icentral-edge ^0.1.0
normal
icentral-edges ^0.1.0
normal
icentral-errors ^0.1.0
normal
icentral-mucid ^0.1.0
normal
icentral-nodeid ^0.1.0
normal
icentral-stats ^0.1.0
normal
icentral-visit-markers ^0.1.0
normal
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
icentral_
graph_
interface
0.1.0
SetGraph
Name
Required Methods
set_graph_name
Implementors
In crate icentral_
graph_
interface
icentral_graph_interface
Trait
SetGraphName
Copy item path
Source
pub trait SetGraphName { // Required method fn
set_graph_name
(&mut self, name: &
str
); }
Required Methods
§
Source
fn
set_graph_name
(&mut self, name: &
str
)
Implementors
§