[][src]Type Definition phpser::IoResult

type IoResult<T = ()> = Result<T, IoError>;

Result with a parsing error or an IO error.