Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ use super::{BaseSearcher, SearchState};
pub type OperationResults = Result<ValueSearchOutput, SearchError>;

/// Contains the successful output of a value search operation.
#[derive(Debug)]
pub struct ValueSearchOutput {
/// The range of processed lines numbers in which new matches were found.
pub processed_range: Range<usize>,
Expand Down
Loading
Loading