Searched defs:GptSyncResult (Results 1 – 3 of 3) sorted by relevance
426 pub enum GptSyncResult { enum443 impl GptSyncResult { implementation453 impl core::fmt::Display for GptSyncResult { implementation697 ) -> Result<GptSyncResult> { in load_and_sync()
338 ) -> Result<GptSyncResult> { in sync_gpt()
237 pub async fn sync_gpt(&self) -> Result<Option<GptSyncResult>, Error> { in sync_gpt()