Function rune::macros::resolve[][src]

pub fn resolve<T>(item: T) -> Result<T::Owned, ResolveError> where
    T: ResolveOwned

Resolve the value of a token.

Panics

This will panic if it’s called outside of a macro context.