Docs.rs
flowclib-0.8.8
flowclib 0.8.8
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
andrewdavidmackenzie
Dependencies
erased-serde ^0.3.9
normal
error-chain ^0.12.1
normal
flowrlib =0.8.8
normal
log ^0.4.6
normal
serde ~1.0.27
normal
serde_derive ~1.0.27
normal
serde_json ^1.0
normal
serde_yaml ~0.8
normal
shrinkwraprs ^0.2.1
normal
strfmt ^0.1.5
normal
toml ^0.4
normal
tempdir ~0.3.5
dev
url ~2.1
dev
Versions
23.5%
of the crate is documented
This release has been yanked
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
flowclib
0.8.8
Validate
Required Methods
validate
Implementors
In flowclib::
compiler::
loader
flowclib
::
compiler
::
loader
Trait
Validate
Copy item path
Source
pub trait Validate { // Required method fn
validate
(&self) ->
Result
<
()
>; }
Required Methods
§
Source
fn
validate
(&self) ->
Result
<
()
>
Implementors
§
Source
§
impl
Validate
for
Connection
Source
§
impl
Validate
for
Flow
Source
§
impl
Validate
for
Function
Source
§
impl
Validate
for
IO
Source
§
impl
Validate
for
Library
Source
§
impl
Validate
for
Name
Source
§
impl
Validate
for
ProcessReference
Source
§
impl
Validate
for
Route
Source
§
impl
Validate
for
IOSet