CloneableProxyInterface

Trait CloneableProxyInterface 

Source
pub trait CloneableProxyInterface: Send + Sync {
    // Required method
    fn clone(&self, request: ServerEnd<CloneableMarker>) -> Result<(), Error>;
}

Required Methods§

Implementors§