mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-04 15:34:14 +00:00
update comments
This commit is contained in:
parent
253a284358
commit
1f08f96dc5
@ -1,6 +1,6 @@
|
|||||||
//! Feature components in development,
|
//! Feature components in development,
|
||||||
//! this asset initiated as the attempt to reduce current `Page` code size
|
//! 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
|
// @TODO cleanup this message on complete
|
||||||
|
|
||||||
mod request;
|
mod request;
|
||||||
@ -8,8 +8,7 @@ mod request;
|
|||||||
// Local dependencies
|
// Local dependencies
|
||||||
use request::Request;
|
use request::Request;
|
||||||
|
|
||||||
/// Special features enumeration
|
/// Features route for `Client`
|
||||||
/// * may not be available for some protocols
|
|
||||||
pub enum Feature {
|
pub enum Feature {
|
||||||
/// Common feature for protocol selected (e.g. browser view)
|
/// Common feature for protocol selected (e.g. browser view)
|
||||||
Default { request: Request },
|
Default { request: Request },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user