Skip to main content

old

Type Alias old 

Source
pub type old<C> = Old<C>;
Available on crate features __sqlite-shared and postgres_backend only.
Expand description

The return type of old(col).

Aliased Typeยง

pub struct old<C> { /* private fields */ }