Docs.rs
bronzeflow-core-0.1.1
bronzeflow-core 0.1.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
fangyinc
Dependencies
bronzeflow-time ^0.1.1
normal
bronzeflow-utils ^0.1.1
normal
cfg-if ^1.0
normal
chrono ^0.4.22
normal
cron ^0.12.0
normal
derive_builder ^0.11.2
normal
futures ^0.3.25
normal
tokio ^1.21.2
normal
criterion ^0.3
dev
Versions
7.69%
of the crate is documented
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
TryIntoTask
bronzeflow_
core
0.1.1
TryInto
Task
Required Associated Types
TaskDetail
Required Methods
try_into_task
Implementors
In bronzeflow_
core::
task
bronzeflow_core
::
task
Trait
TryInto
Task
Copy item path
Source
pub trait TryIntoTask { type
TaskDetail
; // Required method fn
try_into_task
(self) ->
TaskInfo
; }
Required Associated Types
§
Source
type
TaskDetail
Required Methods
§
Source
fn
try_into_task
(self) ->
TaskInfo
Implementors
§
Source
§
impl<F>
TryIntoTask
for F
where F:
Runnable
<Handle =
RuntimeJoinHandle
<
()
>> +
Send
,
Source
§
type
TaskDetail
=
WrappedRunner