Struct squark::View [] [src]

pub struct View<A> { /* fields omitted */ }

Methods

impl<A> View<A>
[src]

[src]

[src]

[src]

Trait Implementations

impl<A> From<()> for View<A>
[src]

[src]

Performs the conversion.

impl<A> From<String> for View<A>
[src]

[src]

Performs the conversion.

impl<'a, A> From<&'a str> for View<A>
[src]

[src]

Performs the conversion.

impl<A, T> From<Option<T>> for View<A> where
    T: Into<View<A>>, 
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl<A> !Send for View<A>

impl<A> !Sync for View<A>