Docs.rs
hkalbasi-rustc-ap-rustc_data_structures-0.0.20230517
hkalbasi-rustc-ap-rustc_data_structures 0.0.20230517
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
HKalbasi
Dependencies
arrayvec ^0.7
normal
bitflags ^1.2.1
normal
cfg-if ^1.0
normal
elsa =1.7.1
normal
ena ^0.14.2
normal
indexmap ^1.9.3
normal
itertools ^0.10.1
normal
jobserver ^0.1.13
normal
libc ^0.2
normal
measureme ^10.0.0
normal
parking_lot ^0.11
normal
rustc-hash ^1.1.0
normal
rustc-rayon ^0.5.0
normal
rustc-rayon-core ^0.5.0
normal
hkalbasi-rustc-ap-rustc_arena ^0.0.20230517
normal
hkalbasi-rustc-ap-rustc_graphviz ^0.0.20230517
normal
hkalbasi-rustc-ap-rustc_index ^0.0.20230517
normal
hkalbasi-rustc-ap-rustc_macros ^0.0.20230517
normal
hkalbasi-rustc-ap-rustc_serialize ^0.0.20230517
normal
smallvec ^1.8.1
normal
stacker ^0.1.15
normal
tempfile ^3.2
normal
thin-vec ^0.2.12
normal
tracing ^0.1
normal
memmap2 ^0.2.1
normal
windows ^0.48.0
normal
Versions
28.6%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
WithNumEdges
Required Methods
num_edges
Implementors
In hkalbasi_rustc_ap_rustc_data_structures::graph
?
Trait
hkalbasi_rustc_ap_rustc_data_structures
::
graph
::
WithNumEdges
source
·
[
−
]
pub trait WithNumEdges:
DirectedGraph
{ // Required method fn
num_edges
(&self) ->
usize
; }
Required Methods
§
source
fn
num_edges
(&self) ->
usize
Implementors
§
source
§
impl<N:
Idx
>
WithNumEdges
for
VecGraph
<N>
source
§
impl<N:
Idx
, S:
Idx
>
WithNumEdges
for
Sccs
<N, S>