This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
Audit public APIs #73
Labels
crate/core
Issues and features relating to the `tokio-trace-core` crate
kind/enhancement
New feature or request
Milestone
Before releasing
tokio-trace-core
0.1, we should give a thorough pass to all the publicly exposed traits, functions, types, and fields in the core crate.Some things to consider:
std
that the type should implement (i.e., error types should implementstd::error::Error
)?std
that should implement the trait (i.e.Option<Id>
can implementAsId
, etc)?The text was updated successfully, but these errors were encountered: