Struct tptp::util::DefaultResolver[][src]

pub struct DefaultResolver;

The default Resolve instance. Behaviour is like that of many existing ATP systems. Paths are resolved as either absolute paths or relative to the current directory.

Trait Implementations

impl Resolve for DefaultResolver
[src]

An iterator over ASCII bytes

Resolve an included path into an iterator. Fail with an IO error if necessary. Read more

Auto Trait Implementations