FunctorTest

Type Alias FunctorTest 

Source
pub type FunctorTest<State> = Box<FunctorTestRaw<State>>;

Aliased Typeยง

pub struct FunctorTest<State>(/* private fields */);