Skip to content

Commit

Permalink
document htmlstring
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Jun 18, 2022
1 parent 34a6c59 commit e4cff1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/emitter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use std::ops::{Deref, DerefMut};

use crate::{Error, State};

/// A wrapper around a bytestring.
#[derive(Clone, Default, Eq, PartialEq, Ord, PartialOrd, Hash)]
pub struct HtmlString(pub Vec<u8>);

Expand Down

0 comments on commit e4cff1f

Please sign in to comment.