Have to require the OutputValue of AggregatorTdim to be Unpin

This commit is contained in:
Dominik Werder
2021-05-04 17:08:03 +02:00
parent 789f28af3f
commit bf08893a98
5 changed files with 89 additions and 29 deletions

View File

@@ -210,6 +210,10 @@ impl From<InvalidUri> for Error {
}
}
pub fn todo() {
todo!("TODO");
}
pub fn todoval<T>() -> T {
todo!("TODO todoval")
}