Docs.rs
openpit-0.2.0
openpit 0.2.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
palchukovsky
Dependencies
rust_decimal ^1.34
normal
serde ^1
normal
optional
smol_str ^0.3
normal
Versions
79.52%
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
HasInstrument
openpit
0.2.0
HasInstrument
Required Methods
instrument
Implementors
In crate openpit
openpit
Trait
HasInstrument
Copy item path
Source
pub trait HasInstrument { // Required method fn
instrument
(&self) -> &
Instrument
; }
Required Methods
§
Source
fn
instrument
(&self) -> &
Instrument
Implementors
§
Source
§
impl
HasInstrument
for
ExecutionReportOperation
Source
§
impl
HasInstrument
for
OrderOperation
Source
§
impl<T>
HasInstrument
for
WithExecutionReportOperation
<T>
Source
§
impl<T>
HasInstrument
for
WithOrderOperation
<T>
Source
§
impl<T>
HasInstrument
for T
where T:
Deref
, T::
Target
:
HasInstrument
,