[][src]Struct wit_text::Wit

pub struct Wit<'a> {
    pub module: Module<'a>,
}

A *.wit file in its entirety.

This is typically what you're parsing at the top-level.

Fields

module: Module<'a>

The module that this *.wit file contained.

Trait Implementations

impl<'a> Parse<'a> for Wit<'a>[src]

Auto Trait Implementations

impl<'a> Send for Wit<'a>

impl<'a> Sync for Wit<'a>

impl<'a> Unpin for Wit<'a>

impl<'a> UnwindSafe for Wit<'a>

impl<'a> RefUnwindSafe for Wit<'a>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]