Docs.rs
astro-run-shared-0.1.0-dev.1
astro-run-shared 0.1.0-dev.1
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
panghu-huang
Dependencies
chrono ^0.4.23
normal
octocrate ^0.1.2
normal
parking_lot ^0.12.1
normal
serde ^1.0
normal
thiserror ^1.0.44
normal
tokio ^1.25.0
normal
tokio-stream ^0.1.14
normal
Versions
6.32%
of the crate is documented
Platform
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
Runner
astro_
run_
shared
0.1.0-dev.1
Runner
Required Methods
run
Implementors
In crate astro_
run_
shared
astro_run_shared
Trait
Runner
Copy item path
Source
pub trait Runner { // Required method fn
run
(&self, config:
Config
) ->
RunResponse
; }
Required Methods
§
Source
fn
run
(&self, config:
Config
) ->
RunResponse
Implementors
§