update comments

This commit is contained in:
yggverse 2025-01-15 08:34:45 +02:00
parent 253a284358
commit 1f08f96dc5

View File

@ -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 },