diff --git a/flexiber/struct.SimpleTag.html b/flexiber/struct.SimpleTag.html
index 6d8cd62..d0f7713 100644
--- a/flexiber/struct.SimpleTag.html
+++ b/flexiber/struct.SimpleTag.html
@@ -19,8 +19,8 @@ by ==. [src]
impl StructuralEq for SimpleTag[src]impl StructuralPartialEq for SimpleTag[src]impl TagLike for SimpleTag[src]fn embedding(self) -> Tag[src]fn assert_eq(self, expected: Self) -> Result<Self>[src]fn with_value<V>(self, value: V) -> TaggedValue<V, Self>[src]fn assert_eq(self, expected: Self) -> Result<Self>[src]fn with_value<V>(self, value: V) -> TaggedValue<V, Self>[src]impl TryFrom<u8> for SimpleTag[src]type Error = ErrorThe type returned in the event of a conversion error.
fn try_from(tag_number: u8) -> Result<Self>[src]impl<T> Any for T where
T: 'static + ?Sized, [src]pub fn type_id(&self) -> TypeId[src]The tag field consists of a single byte encoding a tag number from 1 to 254. The values '00' and 'FF' are invalid.
class: Classconstructed: boolnumber: u16impl Tag[src]pub const BOOLEAN: Self[src]pub const INTEGER: Self[src]pub const BIT_STRING: Self[src]pub const OCTET_STRING: Self[src]pub const NULL: Self[src]pub const OBJECT_IDENTIFIER: Self[src]pub const UTF8_STRING: Self[src]pub const PRINTABLE_STRING: Self[src]pub const UTC_TIME: Self[src]pub const GENERALIZED_TIME: Self[src]pub const SEQUENCE: Self[src]pub fn from(class: Class, constructed: bool, number: u16) -> Self[src]pub const fn universal(number: u16) -> Self[src]pub const fn application(number: u16) -> Self[src]pub const fn context(number: u16) -> Self[src]pub const fn private(number: u16) -> Self[src]pub const fn constructed(self) -> Self[src]