Type Alias ydb_unofficial::AsciiValue

source ·
pub type AsciiValue = MetadataValue<Ascii>;
Expand description

Ascii encoded value to use in grpc metadata

Aliased Type§

struct AsciiValue { /* private fields */ }

Trait Implementations§

source§

impl FromStr for MetadataValue<Ascii>

§

type Err = InvalidMetadataValue

The associated error which can be returned from parsing.
source§

fn from_str( s: &str ) -> Result<MetadataValue<Ascii>, <MetadataValue<Ascii> as FromStr>::Err>

Parses a string s to return a value of this type. Read more