Skip to main content

PathResolver

Type Alias PathResolver 

Source
pub type PathResolver<F> = Arc<dyn Fn() -> Result<Arc<dyn PathAccessor<F>>> + Send + Sync>;
Expand description

Type alias for the path resolver function. Returns a PathAccessor for the given context family.

Aliased Typeยง

pub struct PathResolver<F> { /* private fields */ }