Resolver

Trait Resolver 

Source
pub trait Resolver<T, E>: Execute<T, E> { }
Expand description

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

Implementorsยง