rasn::types

Trait 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.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§