Searched refs:NotFound (Results 1 – 2 of 2) sorted by relevance
53 export interface NotFound { interface56 export type DataPoint = DataPointTypes | NotFound;
586 Err(e) if e.kind() == std::io::ErrorKind::NotFound => { in read_license_header()