diff options
| author | Phil Schaf | 2015-11-15 00:29:26 +0100 |
|---|---|---|
| committer | Phil Schaf | 2015-11-15 00:29:26 +0100 |
| commit | 087afdbd9b439a5fd37965b71df99038b28b7872 (patch) | |
| tree | 77ddaa786718082243b6f82801cad1ec390649cf /src/document_tree/extra_attributes.rs | |
| parent | 154165495d0db0227d0dc45f368f6dce1123a038 (diff) | |
| download | rust-rst-087afdbd9b439a5fd37965b71df99038b28b7872.tar.bz2 | |
added some constructors
Diffstat (limited to 'src/document_tree/extra_attributes.rs')
| -rw-r--r-- | src/document_tree/extra_attributes.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/document_tree/extra_attributes.rs b/src/document_tree/extra_attributes.rs index 16e261f..d73013e 100644 --- a/src/document_tree/extra_attributes.rs +++ b/src/document_tree/extra_attributes.rs @@ -3,6 +3,7 @@ use url::Url; use super::attribute_types::{FixedSpace,ID,NameToken,AlignHV,AlignH,Measure,EnumeratedListType}; pub trait ExtraAttributes<A> { +// fn with_extra(extra: A) -> Self; fn extra (& self) -> & A; fn extra_mut(&mut self) -> &mut A; } |
