Struct toml_document::DirectChild [] [src]

pub struct DirectChild(_);

Methods

impl DirectChild
[src]

fn key(&self) -> &KeyMarkup

fn value(&self) -> ValueRef

Trait Implementations

impl InternalNode for DirectChild
[src]

fn ptr(&self) -> usize

impl Display for DirectChild
[src]

fn fmt(&self, f: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.