Struct binjs_meta::spec::SpecOptions[][src]

pub struct SpecOptions<'a> {
    pub root: &'a NodeName,
    pub null: &'a NodeName,
}

Informations passed during the creation of a Spec object.

Fields

The name of the node used to start encoding.

Auto Trait Implementations

impl<'a> !Send for SpecOptions<'a>

impl<'a> !Sync for SpecOptions<'a>