Docs.rs
dzgt-utils-0.2.2
dzgt-utils 0.2.2
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
wugren
Dependencies
async-std ^1.12.0
normal
async-trait ^0.1.68
normal
cyfs-base ^0.6.12
normal
cyfs-lib ^0.8.3
normal
optional
cyfs-util ^0.6.8
normal
optional
lazy_static ^1.4.0
normal
log ^0.4.17
normal
mini-moka ^0.10.0
normal
serde ^1.0.160
normal
serde_json ^1.0.96
normal
sfo-http ^0.2
normal
sfo-sql ^0.1
normal
tide ^0.16.0
normal
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
DSGJSONType
dzgt_
utils
0.2.2
DSGJSON
Type
Required Methods
get_json_obj_type
Implementations on Foreign Types
NamedObjectBase<JSONObjectType<T>>
Implementors
In dzgt_
utils::
json_
object
dzgt_utils
::
json_object
Trait
DSGJSON
Type
Copy item path
Source
pub trait DSGJSONType { // Required method fn
get_json_obj_type
(&self) ->
u16
; }
Required Methods
§
Source
fn
get_json_obj_type
(&self) ->
u16
Implementations on Foreign Types
§
Source
§
impl<T:
JSONObjType
>
DSGJSONType
for
NamedObjectBase
<
JSONObjectType
<T>>
Source
§
fn
get_json_obj_type
(&self) ->
u16
Implementors
§