Type Definition text_scanner::ScannerResult

source ·
pub type ScannerResult<'text, T> = Result<ScannerItem<T>, ScannerItem<&'text str>>;