[−][src]Trait sp_runtime::traits::Lookup
Means of changing one type into another in a manner dependent on the source type.
Associated Types
Loading content...Required methods
fn lookup(&self, s: Self::Source) -> Result<Self::Target, LookupError>
Attempt a lookup.