[][src]Trait codd::Tuple

pub trait Tuple: Ord + Clone + Debug { }

Is the trait of tuples. Tuples are the smallest unit of data stored in databases.

Note: Tuples are analogous to the rows of a table in a conventional database.

Implementors

impl<T: Ord + Clone + Debug> Tuple for T[src]

Loading content...