Skip to main content

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§