Struct postgres::types::Slice
[−]
[src]
pub struct Slice<'a, T: 'a + ToSql>(pub &'a [T]);
Deprecated
ToSql
is now implemented directly for slices.