Fill out some more docs
This commit is contained in:
parent
983d6b7eac
commit
a3e035881b
4 changed files with 7 additions and 2 deletions
|
|
@ -52,6 +52,7 @@ impl Color {
|
|||
}
|
||||
}
|
||||
|
||||
/// An owned version of [`Family`]
|
||||
#[derive(Clone, Debug, Eq, Hash, PartialEq)]
|
||||
pub enum FamilyOwned {
|
||||
Name(String),
|
||||
|
|
@ -177,6 +178,7 @@ impl<'a> Attrs<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
/// An owned version of [`Attrs`]
|
||||
#[derive(Clone, Debug, Eq, Hash, PartialEq)]
|
||||
pub struct AttrsOwned {
|
||||
//TODO: should this be an option?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue