extra: add metrics ratchet to test driver.
This commit is contained in:
parent
8614d1694c
commit
83fb3d224a
2 changed files with 299 additions and 84 deletions
|
@ -1226,7 +1226,7 @@ impl Ord for Json {
|
|||
}
|
||||
|
||||
/// A trait for converting values to JSON
|
||||
trait ToJson {
|
||||
pub trait ToJson {
|
||||
/// Converts the value of `self` to an instance of JSON
|
||||
fn to_json(&self) -> Json;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue