Clean up misc. module doccomments
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
//! Module containing a tokenizer named [`ResponseAttributes`] for MPD responses,
|
||||
//! as well as some helper macros that makes it easier to create response parsers
|
||||
//! Tokenizer for Mpd responses named [`ResponseAttributes`].
|
||||
//!
|
||||
//! This module also contains some helper macros that makes it easier to
|
||||
//! create response parsers.
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||
pub enum GenericResponseValue<'a> {
|
||||
|
||||
Reference in New Issue
Block a user