daipendency_extractor/
error.rs

1
2
3
4
5
6
/// Custom error type for Daipendency extraction operations
#[derive(Debug)]
pub enum ExtractionError {
    /// Parsing related errors
    Parse(String),
}