| 21 | use opendal::Operator; |
| 22 | |
| 23 | pub trait PythonLayer: Send + Sync { |
| 24 | fn layer(&self, op: Operator) -> Operator; |
| 25 | } |
| 26 | |
| 27 | /// Layers are used to intercept the operations on the underlying storage. |
| 28 | #[gen_stub_pyclass] |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…