Type Alias jj_lib::revset::PrefixResolver
source · pub type PrefixResolver<'a, T> = Box<dyn Fn(&dyn Repo, &HexPrefix) -> PrefixResolution<T> + 'a>;Aliased Type§
struct PrefixResolver<'a, T>(/* private fields */);pub type PrefixResolver<'a, T> = Box<dyn Fn(&dyn Repo, &HexPrefix) -> PrefixResolution<T> + 'a>;struct PrefixResolver<'a, T>(/* private fields */);