Struct fea_rs::compile::error::BinaryCompilationError
source · pub struct BinaryCompilationError(_);Expand description
An error that occured when generating the binary font
Trait Implementations§
source§impl Debug for BinaryCompilationError
impl Debug for BinaryCompilationError
source§impl Display for BinaryCompilationError
impl Display for BinaryCompilationError
source§impl Error for BinaryCompilationError
impl Error for BinaryCompilationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<BinaryCompilationError> for CompilerError
impl From<BinaryCompilationError> for CompilerError
source§fn from(source: BinaryCompilationError) -> Self
fn from(source: BinaryCompilationError) -> Self
Converts to this type from the input type.
source§impl From<ValidationReport> for BinaryCompilationError
impl From<ValidationReport> for BinaryCompilationError
source§fn from(src: ValidationReport) -> BinaryCompilationError
fn from(src: ValidationReport) -> BinaryCompilationError
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for BinaryCompilationError
impl Send for BinaryCompilationError
impl Sync for BinaryCompilationError
impl Unpin for BinaryCompilationError
impl UnwindSafe for BinaryCompilationError
Blanket Implementations§
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
source§impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
impl<U, T> ToOwnedObj<U> for Twhere U: FromObjRef<T>,
source§fn to_owned_obj(&self, data: FontData<'_>) -> U
fn to_owned_obj(&self, data: FontData<'_>) -> U
Convert this type into
T, using the provided data to resolve any offsets.