Type Alias Df

Source
pub type Df<A, B, C> = Arc<dyn for<'a> Dx<'a, A, B, C>>;

Aliased Type§

pub struct Df<A, B, C> { /* private fields */ }

Trait Implementations§

Source§

impl<C: CtxSpec + 'static, A: CoeVec<C> + 'static, B: CoeVec<C> + 'static> Coe<C> for Df<A, B, C>

Source§

fn coe(self) -> Value<C>

Source§

fn uncoe(x: Value<C>) -> Result<Self>