Trait rthrift_tutorial::shared::TSharedServiceSyncClient [] [src]

pub trait TSharedServiceSyncClient {
    fn get_struct(&mut self, key: i32) -> Result<SharedStruct>;
}

Required Methods

Implementors