Fix StdErrObserver not implementing needed traits (#1072)
This commit is contained in:
parent
71d367af30
commit
e61ac10656
@ -51,7 +51,7 @@ impl Named for StdOutObserver {
|
|||||||
|
|
||||||
/// An observer that captures stderr of a target.
|
/// An observer that captures stderr of a target.
|
||||||
/// Only works for supported executors.
|
/// Only works for supported executors.
|
||||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
#[derive(Debug, Clone, PartialEq, Eq, Hash, Serialize, Deserialize)]
|
||||||
pub struct StdErrObserver {
|
pub struct StdErrObserver {
|
||||||
/// The name of the observer.
|
/// The name of the observer.
|
||||||
pub name: String,
|
pub name: String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user