Skip to main content

SymbolResolver

Type Alias SymbolResolver 

pub type SymbolResolver = dyn Fn(&str) -> Option<u64> + Send + Sync + 'static;