Home
last modified time | relevance | path

Searched refs:BinaryMetadataValue (Results 1 – 2 of 2) sorted by relevance

/tonic/tonic/src/metadata/
H A Dmod.rs31 pub use self::value::BinaryMetadataValue;
H A Dvalue.rs41 pub type BinaryMetadataValue = MetadataValue<Binary>; typedef
827 let value = BinaryMetadataValue::try_from(Bytes::from_static(b"Hello")).unwrap(); in test_from_shared_base64_encodes()
833 type Bmv = BinaryMetadataValue; in test_value_eq_value()
858 type Bmv = BinaryMetadataValue; in test_value_eq_str()
878 type Bmv = BinaryMetadataValue; in test_value_eq_bytes()
920 type Bmv = BinaryMetadataValue; in test_valid_binary_value_hash()
942 type Bmv = BinaryMetadataValue; in test_invalid_binary_value_hash()