mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Add comment
This commit is contained in:
parent
b80aa42fdb
commit
f17e3a6ef2
@ -136,6 +136,8 @@ impl<I, O> Processable for fn(input: I, context: &mut PipelineContext) -> O {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Implementing Processable directly on Fn is not possible for some strange reason:
|
||||
// https://github.com/rust-lang/rust/issues/25041
|
||||
pub struct ClosureProcessable<F, I, O>
|
||||
where
|
||||
F: Fn(I, &mut PipelineContext) -> O,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user