Docs.rs
statum-graph-0.7.0
statum-graph 0.7.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
eboody
Dependencies
serde ^1
normal
serde_json ^1
normal
statum ^0.7.0
normal
insta ^1.43
dev
tempfile ^3
dev
Versions
60.31%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Skip to main content
ExportSource
statum_
graph
0.7.0
Export
Source
Required Methods
export_doc
Implementors
In crate statum_
graph
statum_graph
Trait
Export
Source
Copy item path
Source
pub trait ExportSource { // Required method fn
export_doc
(&self) ->
Cow
<'_,
ExportDoc
>; }
Required Methods
§
Source
fn
export_doc
(&self) ->
Cow
<'_,
ExportDoc
>
Implementors
§
Source
§
impl
ExportSource
for
ExportDoc
Source
§
impl<S, T>
ExportSource
for
MachineDoc
<S, T>
where S:
Eq
,