Skip to main content

ExtractResolve

Trait ExtractResolve 

Source
pub trait ExtractResolve: FetchBytes {
    // Provided method
    fn extract_resolve<R: Any>(&self) -> Option<(&Address, &R)> { ... }
}

Provided Methods§

Source

fn extract_resolve<R: Any>(&self) -> Option<(&Address, &R)>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§