mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
update comments
This commit is contained in:
parent
253a284358
commit
1f08f96dc5
1 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
//! Feature components in development,
|
||||
//! this asset initiated as the attempt to reduce current `Page` code size
|
||||
//! and delegate different protocol features to specified drivers under this location
|
||||
//! and delegate different protocol features to specified drivers under this location with itself implementation
|
||||
// @TODO cleanup this message on complete
|
||||
|
||||
mod request;
|
||||
|
|
@ -8,8 +8,7 @@ mod request;
|
|||
// Local dependencies
|
||||
use request::Request;
|
||||
|
||||
/// Special features enumeration
|
||||
/// * may not be available for some protocols
|
||||
/// Features route for `Client`
|
||||
pub enum Feature {
|
||||
/// Common feature for protocol selected (e.g. browser view)
|
||||
Default { request: Request },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue