mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-24 18:14:14 +00:00
add comments
This commit is contained in:
parent
8d0f19403a
commit
dfe3495461
@ -1,6 +1,11 @@
|
||||
/// Special features enumeration
|
||||
/// * may not be available for some protocols
|
||||
pub enum Feature {
|
||||
/// Common feature for protocol selected (e.g. browser view)
|
||||
Default { request: String },
|
||||
/// Download request with externally selected method (e.g. to file)
|
||||
Download { request: String },
|
||||
/// View request as the source (like `source-view`)
|
||||
Source { request: String },
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user