Database

Trait Database 

Source
pub trait Database: Any { }
Expand description

Alias for a cell reference. A cell range containing headers and a data set.

Implementations on Foreign Types§

Source§

impl Database for CellRange

Source§

impl Database for CellRef

Source§

impl<T: Database + Any + Sized> Database for Option<T>

Implementors§