Docs.rs
tel-0.1.19
tel 0.1.19
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
pr0gramista
Dependencies
once_cell ^1.18.0
normal
serde ^1.0.166
normal
serde_derive ^1.0.166
normal
serde_json ^1.0.100
normal
unescape ^0.1.0
normal
url ^2.5.0
normal
chumsky ^0.9.3
normal
chumsky ^0.9.3
normal
Versions
2.78%
of the crate is documented
Go to latest version
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
tel
0.1.19
Object
Body
Aliased type
Trait Implementations
Storage
In crate tel
tel
Type Alias
ObjectBody
Copy item path
Source
pub type ObjectBody =
HashMap
<
String
,
StorageValue
>;
Aliased Type
§
struct ObjectBody {
/* private fields */
}
Trait Implementations
§
Source
§
impl
Storage
for
ObjectBody
Source
§
fn
get
(&self, key: &
str
) ->
Option
<&
StorageValue
>