Docs.rs
lsor-core-0.1.0
lsor-core 0.1.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
ryanswrt
github:talo:product
Dependencies
async-graphql ^7.0
normal
base64 ^0.21
normal
chrono ^0.4
normal
prqlc ^0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
sqlx ^0.7
normal
tokio ^1.36
normal
tracing ^0.1
normal
uuid ^1.7
normal
Versions
0.28%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Iterable
lsor_
core
0.1.0
Iterable
Required Methods
cursor
Implementations on Foreign Types
DateTime<Utc>
Option<T>
String
Uuid
i32
i64
u32
u64
Implementors
In lsor_
core::
cursor
lsor_core
::
cursor
Trait
Iterable
Copy item path
Source
pub trait Iterable { // Required method fn
cursor
(&self) ->
Cursor
; }
Required Methods
§
Source
fn
cursor
(&self) ->
Cursor
Implementations on Foreign Types
§
Source
§
impl
Iterable
for
i32
Source
§
fn
cursor
(&self) ->
Cursor
Source
§
impl
Iterable
for
i64
Source
§
fn
cursor
(&self) ->
Cursor
Source
§
impl
Iterable
for
u32
Source
§
fn
cursor
(&self) ->
Cursor
Source
§
impl
Iterable
for
u64
Source
§
fn
cursor
(&self) ->
Cursor
Source
§
impl
Iterable
for
String
Source
§
fn
cursor
(&self) ->
Cursor
Source
§
impl
Iterable
for
DateTime
<
Utc
>
Source
§
fn
cursor
(&self) ->
Cursor
Source
§
impl
Iterable
for
Uuid
Source
§
fn
cursor
(&self) ->
Cursor
Source
§
impl<T>
Iterable
for
Option
<T>
where T:
Default
+
Iterable
,
Source
§
fn
cursor
(&self) ->
Cursor
Implementors
§
Source
§
impl
Iterable
for
DateTimeSort
Source
§
impl
Iterable
for
I32Sort
Source
§
impl
Iterable
for
I64Sort
Source
§
impl
Iterable
for
StringSort
Source
§
impl
Iterable
for
U32Sort
Source
§
impl
Iterable
for
U64Sort
Source
§
impl
Iterable
for
UuidSort