pub trait TStorageLayerServiceSyncClient {
    fn get_local_path(&mut self, message: String) -> Result<GetLocalPathResult>;
}

Required Methods

Implementors