derives for WithEffect
This commit is contained in:
parent
8a8666e7b1
commit
b5e5727936
@ -22,7 +22,7 @@ pub trait Effect: Send {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Value and related metadata.
|
/// Value and related metadata.
|
||||||
#[derive(Clone)]
|
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||||
pub struct WithEffect<A, E> {
|
pub struct WithEffect<A, E> {
|
||||||
pub value: A,
|
pub value: A,
|
||||||
pub effect: E,
|
pub effect: E,
|
||||||
|
Loading…
Reference in New Issue
Block a user