mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-25 08:42:14 +00:00
Require Sized for Readable
This commit is contained in:
parent
7082233156
commit
139d46bbc5
@ -28,7 +28,7 @@ pub trait Bindable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// A type suitable for reading from a prepared statement.
|
/// A type suitable for reading from a prepared statement.
|
||||||
pub trait Readable {
|
pub trait Readable: Sized {
|
||||||
/// Read from a column.
|
/// Read from a column.
|
||||||
///
|
///
|
||||||
/// The leftmost column has the index 0.
|
/// The leftmost column has the index 0.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user