Struct type_level_values::const_wrapper::RuntimeKind[][src]

pub struct RuntimeKind<R>(_);

Requires that ConstWrapper uses the runtime value of the type whenever possible.

Trait Implementations

impl<R> WrapperKindType for RuntimeKind<R>
[src]

impl<R> TypeFn_<RuntimeKind<R>> for AssertValidKind
[src]

The return value of the function

Auto Trait Implementations

impl<R> Send for RuntimeKind<R> where
    R: Send

impl<R> Sync for RuntimeKind<R> where
    R: Sync