diff options
| author | tslil <tslil@posteo.de> | 2025-10-22 22:02:55 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2025-10-22 22:15:18 +0100 |
| commit | 1a109e4d6bcc348607859342b144daef11c124cd (patch) | |
| tree | be4e1fca2ce05860b3fe2af97e53ebc346e5fa62 /rprt-engine/src/selection.rs | |
| parent | 20674aa65148558fb849eb1bb9c8a5e4a0cf483d (diff) | |
Implement the coniditional selection transformation
Diffstat (limited to 'rprt-engine/src/selection.rs')
| -rw-r--r-- | rprt-engine/src/selection.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rprt-engine/src/selection.rs b/rprt-engine/src/selection.rs index ee83294..1d1c557 100644 --- a/rprt-engine/src/selection.rs +++ b/rprt-engine/src/selection.rs @@ -75,15 +75,6 @@ where SelectionError(SelectionError), } -impl<E> From<E> for VectoriseError<E> -where - E: std::error::Error + 'static, -{ - fn from(e: E) -> Self { - VectoriseError::ProcessingError(e) - } -} - impl Selection { pub fn empty() -> Self { Self::MultiRanges { |
