[][src]Trait flatk::IntoView

pub trait IntoView {
    type View;
    fn into_view(self) -> Self::View;
}

Associated Types

type View

Loading content...

Required methods

fn into_view(self) -> Self::View

Loading content...

Implementations on Foreign Types

impl<'a, V: View<'a>> IntoView for &'a V[src]

type View = V::Type

impl<'a, V: ViewMut<'a>> IntoView for &'a mut V[src]

type View = V::Type

Loading content...

Implementors

Loading content...