Docs.rs
yts-api-0.4.0
yts-api 0.4.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
rnestler
Dependencies
bytes ^1.5.0
normal
http-body-util ^0.1.0
normal
hyper ^1.0.1
normal
hyper-tls ^0.6.0
normal
hyper-util ^0.1.1
normal
parse-display ^0.8.2
normal
serde ^1.0.126
normal
serde_json ^1.0.64
normal
tokio ^1.3.0
dev
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
yts_api
0.4.0
ApiEndpoint
Required Methods
get_url
Implementors
In crate yts_
api
yts_api
Trait
ApiEndpoint
Copy item path
Source
pub trait ApiEndpoint { // Required method fn
get_url
(&self) ->
String
; }
Required Methods
§
Source
fn
get_url
(&self) ->
String
Implementors
§
Source
§
impl
ApiEndpoint
for
MovieDetails
Source
§
impl<'a>
ApiEndpoint
for
ListMovies
<'a>