Trait rasn::types::Constructed

source ·
pub trait Constructed {
    const FIELDS: Fields;
    const EXTENDED_FIELDS: Option<Fields> = None;
}
Expand description

A SET or SEQUENCE value.

Required Associated Constants§

source

const FIELDS: Fields

Fields contained in the “root component list”.

Provided Associated Constants§

source

const EXTENDED_FIELDS: Option<Fields> = None

Fields contained in the list of extensions.

Object Safety§

This trait is not object safe.

Implementors§