mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
trace: prepare tokio-trace for release (#1051)
This commit is contained in:
committed by
Carl Lerche
parent
fea1f780bc
commit
3ebca76a9a
@@ -10,6 +10,8 @@ use Metadata;
|
||||
/// Indexing a field with a string results in an iterative search that performs
|
||||
/// string comparisons. Thus, if possible, once the key for a field is known, it
|
||||
/// should be used whenever possible.
|
||||
///
|
||||
/// [`Field`]: ../struct.Field.html
|
||||
pub trait AsField: ::sealed::Sealed {
|
||||
/// Attempts to convert `&self` into a `Field` with the specified `metadata`.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user