Skip to main content

RemoteEndpoints

Trait RemoteEndpoints 

Source
pub trait RemoteEndpoints<C: Config> {
    // Required method
    fn wrap(remote: Remote<C>) -> Self;
}

Required Methods§

Source

fn wrap(remote: Remote<C>) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§