Trait ferrite_session::internal::base::HasRecApp[][src]

pub trait HasRecApp<F, A>: Send + 'static {
    fn get_applied(self: Box<Self>) -> Box<F::Applied>
    where
        F: RecApp<A>
; }

Required methods

fn get_applied(self: Box<Self>) -> Box<F::Applied> where
    F: RecApp<A>, 
[src]

Loading content...

Implementors

impl<T, F, A> HasRecApp<F, A> for T where
    F: 'static,
    A: 'static,
    T: Send + 'static,
    F: RecApp<A, Applied = T>, 
[src]

fn get_applied(self: Box<T>) -> Box<T>[src]

Loading content...