Enum lightningcss::bundler::BundleErrorKind
source · pub enum BundleErrorKind<'i, T: Error> {
ParserError(ParserError<'i>),
UnsupportedImportCondition,
UnsupportedLayerCombination,
UnsupportedMediaBooleanLogic,
ResolverError(T),
}
Available on crate feature
bundler
only.Expand description
An error that could occur during bundling.
Variants§
ParserError(ParserError<'i>)
A parser error occurred.
UnsupportedImportCondition
An unsupported @import
condition was encountered.
UnsupportedLayerCombination
An unsupported cascade layer combination was encountered.
UnsupportedMediaBooleanLogic
Unsupported media query boolean logic was encountered.
ResolverError(T)
A custom resolver error.
Implementations§
Trait Implementations§
source§impl<'i, T: Error> Display for BundleErrorKind<'i, T>
impl<'i, T: Error> Display for BundleErrorKind<'i, T>
Auto Trait Implementations§
impl<'i, T> RefUnwindSafe for BundleErrorKind<'i, T>where T: RefUnwindSafe,
impl<'i, T> Send for BundleErrorKind<'i, T>where T: Send,
impl<'i, T> Sync for BundleErrorKind<'i, T>where T: Sync,
impl<'i, T> Unpin for BundleErrorKind<'i, T>where T: Unpin,
impl<'i, T> UnwindSafe for BundleErrorKind<'i, T>where T: UnwindSafe,
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere W: DeserializeWith<F, T, D>, D: Fallible + ?Sized, F: ?Sized,
§fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize( &self, deserializer: &mut D ) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer