Iimprove the docs
This commit is contained in:
parent
8c4a2a5501
commit
9fad1454c1
2 changed files with 2 additions and 2 deletions
|
@ -33,4 +33,4 @@ debug = ["log", "pretty_env_logger"]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
test-context = "0.1.4"
|
test-context = "0.1.4"
|
||||||
clap-markdown = "0.1.3"
|
# clap-markdown = "0.1.3"
|
||||||
|
|
|
@ -117,7 +117,7 @@ pub fn search_for(
|
||||||
#[derive(Debug, PartialEq)]
|
#[derive(Debug, PartialEq)]
|
||||||
pub enum TrackCover {
|
pub enum TrackCover {
|
||||||
/// The cover is embedded in the track.
|
/// The cover is embedded in the track.
|
||||||
/// The `TempFile` object contains the contents of the embedded picture.
|
/// The `DynamicImage` object contains the contents of the embedded picture.
|
||||||
Embedded(image::DynamicImage),
|
Embedded(image::DynamicImage),
|
||||||
/// The cover is an external file.
|
/// The cover is an external file.
|
||||||
/// The `String` contains the absolute path of the external file.
|
/// The `String` contains the absolute path of the external file.
|
||||||
|
|
Loading…
Reference in a new issue