Docs.rs
dotinstall-0.1.0
dotinstall 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
cameron1024
Dependencies
dotinstall-macro ^0.1
normal
duct ^0.13
normal
tracing ^0.1
normal
trybuild ^1
dev
Versions
30.3%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
Installable
Required Methods
install
Implementations on Foreign Types
Vec<Package>
Implementors
In dotinstall
?
Trait
dotinstall
::
Installable
source
·
[
−
]
pub trait Installable { fn
install
(&self, ctx: &
Context
) ->
Result
<
()
,
Box
<dyn
Error
>>; }
Required methods
source
fn
install
(&self, ctx: &
Context
) ->
Result
<
()
,
Box
<dyn
Error
>>
Implementations on Foreign Types
source
impl
Installable
for
Vec
<
Package
>
source
fn
install
(&self, ctx: &
Context
) ->
Result
<
()
,
Box
<dyn
Error
>>
Implementors
source
impl
Installable
for
CargoInstall
source
impl
Installable
for
EnsureDirs
source
impl
Installable
for
Package
source
impl
Installable
for
Script
source
impl
Installable
for
Symlinks