Docs.rs
goodmetrics-1.0.1
goodmetrics 1.0.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
kvc0
Dependencies
futures ^0.3
normal
futures-batch ^0.6
normal
futures-timer ^3.0
normal
hyper ^0.14
normal
hyper-rustls ^0.23
normal
log ^0.4
normal
object-pool ^0.5
normal
prost ^0.11
normal
tokio-rustls ^0.23
normal
tonic ^0.8
normal
tower ^0.4
normal
criterion ^0.4
dev
env_logger ^0.9
dev
test-log ^0.2
dev
tokio ^1.21
dev
tokio-test ^0.4
dev
tonic-build ^0.8
build
Versions
4.55%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
ReturnTarget
Required Methods
return_referent
Implementors
In goodmetrics::allocator::returning_reference
?
Trait
goodmetrics
::
allocator
::
returning_reference
::
ReturnTarget
source
·
[
−
]
pub trait ReturnTarget<'a, TRef>
where
TRef: 'a,
{ fn
return_referent
(&'a self, to_return: TRef); }
Required Methods
source
fn
return_referent
(&'a self, to_return: TRef)
Implementors
source
impl<'a, TMetricsRef, TMetricsAllocator, TSink>
ReturnTarget
<'a, TMetricsRef> for
MetricsFactory
<TMetricsAllocator, TSink>
where
TMetricsRef:
MetricsRef
+ 'a,
TMetricsAllocator:
MetricsAllocator
<'a, TMetricsRef> +
Default
,
TSink:
Sink
<TMetricsRef>,