Docs.rs
  • ydb-unofficial-0.1.0
    • ydb-unofficial 0.1.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • bool-rus
    • Dependencies
      • async-trait ^0.1.68 normal
      • ctor ^0.2.0 normal
      • deadpool ^0.9.5 normal
      • log ^0.4.17 normal
      • prost ^0.11.2 normal
      • rand ^0.8.5 normal
      • simplelog ^0.12.1 normal
      • thiserror ^1.0.40 normal
      • tokio ^1.27.0 normal
      • tonic ^0.9.2 normal
      • tower ^0.4.13 normal
      • ydb-grpc-bindings ^0.0.1 normal
    • Versions
    • 20% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

YdbResponseWithResult

Required Associated Types

  • Result

Required Methods

  • result

Implementors

In ydb_unofficial

?
Change settings

Trait ydb_unofficial::YdbResponseWithResult

source ·
pub trait YdbResponseWithResult {
    type Result;

    // Required method
    fn result(&self) -> Result<Self::Result, ExtractResultError>;
}
Expand description

The trait to invoke payload result from response

Required Associated Types§

source

type Result

Required Methods§

source

fn result(&self) -> Result<Self::Result, ExtractResultError>

Implementors§

source§

impl YdbResponseWithResult for ListEndpointsResponse

§

type Result = ListEndpointsResult

source§

impl YdbResponseWithResult for WhoAmIResponse

§

type Result = WhoAmIResult

source§

impl YdbResponseWithResult for BeginTransactionResponse

§

type Result = BeginTransactionResult

source§

impl YdbResponseWithResult for CommitTransactionResponse

§

type Result = CommitTransactionResult

source§

impl YdbResponseWithResult for CreateSessionResponse

§

type Result = CreateSessionResult

source§

impl YdbResponseWithResult for ExecuteDataQueryResponse

§

type Result = ExecuteQueryResult