Switch to fully composition based Transducers.
This commit is contained in:
@ -3,5 +3,5 @@ pub trait Output {
|
||||
|
||||
//TODO: return result
|
||||
//TODO: Make maybe async
|
||||
fn set(&mut self, setting: Self::Value);
|
||||
fn output(&mut self, setting: Self::Value);
|
||||
}
|
Reference in New Issue
Block a user