pub enum Errors {
BeamerError,
InvalidTemplateError(String),
InvalidDocumentClassError(String),
EmptyError,
}
Expand description
Types of errors that can occur when creating a texcreate project:
- Using beamer template and not using a beamer document class
- Using an invalid template
- Using an invalid document class
- Empty project name
Variants
BeamerError
InvalidTemplateError(String)
Tuple Fields
0: String
InvalidDocumentClassError(String)
Tuple Fields
0: String
EmptyError
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Errors
impl UnwindSafe for Errors
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
Converts self
into a collection.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more