[][src]Trait agnes::label::Typed

pub trait Typed {
    type DType;
}

Trait for associating an underlying data type with a type.

Associated Types

type DType

Associated data type with this type.

Loading content...

Implementors

impl Typed for agnes::test_utils::dept_table::DeptId[src]

type DType = u64

impl Typed for DeptName[src]

type DType = String

impl Typed for agnes::test_utils::emp_table::DeptId[src]

type DType = u64

impl Typed for agnes::test_utils::emp_table::EmpId[src]

type DType = u64

impl Typed for agnes::test_utils::emp_table::EmpName[src]

type DType = String

impl Typed for agnes::test_utils::extra_emp::DidTraining[src]

type DType = bool

impl Typed for agnes::test_utils::extra_emp::SalaryOffset[src]

type DType = i64

impl Typed for agnes::test_utils::extra_emp::VacationHrs[src]

type DType = f32

impl Typed for agnes::test_utils::full_emp_table::DeptId[src]

type DType = u64

impl Typed for agnes::test_utils::full_emp_table::DidTraining[src]

type DType = bool

impl Typed for agnes::test_utils::full_emp_table::EmpId[src]

type DType = u64

impl Typed for agnes::test_utils::full_emp_table::EmpName[src]

type DType = String

impl Typed for agnes::test_utils::full_emp_table::SalaryOffset[src]

type DType = i64

impl Typed for agnes::test_utils::full_emp_table::VacationHrs[src]

type DType = f32

impl<D, V> Typed for TypedValue<D, V>[src]

type DType = D

impl<L, D, V> Typed for Labeled<L, TypedValue<D, V>>[src]

type DType = D

impl<T> Typed for FieldData<T>[src]

type DType = T

impl<T> Typed for Framed<T>[src]

type DType = T

impl<T> Typed for DataRef<T> where
    T: Typed
[src]

type DType = T::DType

Loading content...