Trait lambek::type_app::TypeAppGeneric[][src]

pub trait TypeAppGeneric: TypeCon + Sized {
    fn with_type_app<'a, X: 'a, R: 'a>(
        cont: impl TypeAppCont<'a, Self, X, R>
    ) -> R
    where
        Self: 'a
; }

Required methods

fn with_type_app<'a, X: 'a, R: 'a>(cont: impl TypeAppCont<'a, Self, X, R>) -> R where
    Self: 'a, 
[src]

Loading content...

Implementors

impl TypeAppGeneric for Borrow[src]

impl TypeAppGeneric for BorrowMut[src]

impl TypeAppGeneric for Identity[src]

impl TypeAppGeneric for VecF[src]

Loading content...