pub struct Feature {
pub min_supported_version: i16,
pub max_supported_version: i16,
pub unknown_tagged_fields: BTreeMap<i32, Vec<u8>>,
}
Expand description
Valid versions: 0
Fields§
§min_supported_version: i16
The minimum supported feature level.
Supported API versions: 0
max_supported_version: i16
The maximum supported feature level.
Supported API versions: 0
unknown_tagged_fields: BTreeMap<i32, Vec<u8>>
Other tagged fields
Trait Implementations§
source§impl Message for Feature
impl Message for Feature
source§const VERSIONS: VersionRange = _
const VERSIONS: VersionRange = _
The valid versions for this message.