☰
VersionReqExt
cargo
1.75.0-dev
VersionReqExt
Required Methods
exact
Implementations on Foreign Types
VersionReq
Implementors
In cargo::util
Modules
auth
canonical_url
command_prelude
config
counter
cpu
credential
dependency_queue
diagnostic_server
edit_distance
errors
flock
graph
hasher
hex
important_paths
interning
into_url
into_url_with_base
io
job
lockserver
machine_message
network
profile
progress
queue
restricted_names
rustc
semver_ext
style
to_semver
toml
toml_mut
vcs
workspace
Structs
CanonicalUrl
DependencyQueue
FileLock
Filesystem
FossilRepo
GitRepo
HgRepo
LockServer
LockServerClient
LockServerStarted
PartialVersion
PijulRepo
Progress
Queue
RustVersion
StableHasher
Enums
OptVersionReq
ProgressStyle
Traits
IntoUrlWithBase
VersionExt
VersionReqExt
Functions
add_path_args
elapsed
existing_vcs_repo
get_umask
human_readable_bytes
indented_lines
is_rustup
iter_join
iter_join_onto
path_args
print_available_benches
print_available_binaries
print_available_examples
print_available_packages
print_available_tests
truncate_with_ellipsis
try_canonicalize
?
Trait
cargo
::
util
::
VersionReqExt
source
·
[
−
]
pub trait VersionReqExt { // Required method fn
exact
(version: &
Version
) -> Self; }
Required Methods
§
source
fn
exact
(version: &
Version
) -> Self
Implementations on Foreign Types
§
source
§
impl
VersionReqExt
for
VersionReq
source
§
fn
exact
(version: &
Version
) -> Self
Implementors
§