Docs.rs
supabase-wrappers-0.1.22
supabase-wrappers 0.1.22
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
burmecia
imor
Dependencies
pgrx =0.14.3
normal
supabase-wrappers-macros ^0.1
normal
thiserror ^1.0.63
normal
tokio ^1.43
normal
uuid ^1.10.0
normal
pgrx-tests =0.14.3
dev
Versions
45.16%
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
supabase_
wrappers
0.1.22
Cell
Formatter
Required Methods
fmt_cell
Implementors
In supabase_
wrappers::
interface
supabase_wrappers
::
interface
Trait
CellFormatter
Copy item path
Source
pub trait CellFormatter { // Required method fn
fmt_cell
(&mut self, cell: &
Cell
) ->
String
; }
Required Methods
§
Source
fn
fmt_cell
(&mut self, cell: &
Cell
) ->
String
Implementors
§