Docs.rs
testcontainers-magento-data-0.1.0
testcontainers-magento-data 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
IvanChepurnyi
Dependencies
env-file-reader ^0.3.0
normal
testcontainers ^0.23
normal
tokio ^1
normal
sqlx ^0.8
dev
Versions
4.76%
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
ImageRepository
testcontainers_
magento_
data
0.1.0
Image
Repository
Required Methods
image_path
Implementors
In testcontainers_
magento_
data::
core
testcontainers_magento_data
::
core
Trait
Image
Repository
Copy item path
Source
pub trait ImageRepository { // Required method fn
image_path
(&self, image: &
str
) ->
String
; }
Required Methods
§
Source
fn
image_path
(&self, image: &
str
) ->
String
Implementors
§
Source
§
impl<T>
ImageRepository
for T
where T:
Display
,