Type Definition text_scanner::ScanResult

source ·
pub type ScanResult<'text> = Result<(), ScannerItem<&'text str>>;