initSidebarItems({"enum":[["FromSqlError","Enum listing possible errors from `FromSql` trait."],["ToSqlOutput","`ToSqlOutput` represents the possible output types for implementors of the `ToSql` trait."],["Type",""],["Value","Owning dynamic type value. Value's type is typically dictated by SQLite (not by the caller)."],["ValueRef","A non-owning dynamic type value. Typically the memory backing this value is owned by SQLite."]],"struct":[["Null","Empty struct that can be used to fill in a query parameter as `NULL`."]],"trait":[["FromSql","A trait for types that can be created from a SQLite value."],["ToSql","A trait for types that can be converted into SQLite values."]],"type":[["FromSqlResult","Result type for implementors of the `FromSql` trait."]]});