Docs.rs
interface-tests-helpers-0.2.0
interface-tests-helpers 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jean553
Dependencies
reqwest ^0.9.18
normal
mockito ^0.17.1
dev
Versions
5.26%
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
interface_
tests_
helpers
0.2.0
HasBase
Url
Required Methods
get_base_url
Implementors
In crate interface_
tests_
helpers
interface_tests_helpers
Trait
HasBaseUrl
Copy item path
Source
pub trait HasBaseUrl { // Required method fn
get_base_url
(&self) -> &
str
; }
Required Methods
§
Source
fn
get_base_url
(&self) -> &
str
Implementors
§