Skip to main content

ResourceControllerProxyInterface

Trait ResourceControllerProxyInterface 

Source
pub trait ResourceControllerProxyInterface: Send + Sync {
    // Required method
    fn remove(&self) -> Result<(), Error>;
}

Required Methods§

Source

fn remove(&self) -> Result<(), Error>

Implementors§