Struct yoga::types::Context[][src]

pub struct Context(_);

Methods

impl Context
[src]

Methods from Deref<Target = Box<Any>>

Trait Implementations

impl Debug for Context
[src]

Formats the value using the given formatter. Read more

impl Deref for Context
[src]

The resulting type after dereferencing.

Important traits for Box<R>

Dereferences the value.

Auto Trait Implementations

impl !Send for Context

impl !Sync for Context