Skip to main content

SomeRemoteCtx

Trait SomeRemoteCtx 

Source
pub trait SomeRemoteCtx {
    // Required method
    fn get_remote_ctx<T>(&self, input: T) -> Option<(SurfnetRemoteClient, T)>;
}

Required Methods§

Source

fn get_remote_ctx<T>(&self, input: T) -> Option<(SurfnetRemoteClient, T)>

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.

Implementations on Foreign Types§

Source§

impl SomeRemoteCtx for Option<SurfnetRemoteClient>

Source§

fn get_remote_ctx<T>(&self, input: T) -> Option<(SurfnetRemoteClient, T)>

Implementors§