pub trait Resolver<T, E>: Execute<T, E> { }
URI resolver. Takes a URI (that is, URN or URL) input, produces a resolved URL output.
See: https://asimov-specs.github.io/program-patterns/#resolver