pub type FilesystemFontLimitError = LimitError<FilesystemFontResource>;Expand description
A filesystem font source exceeded a mandatory reading ceiling.
Aliased Type§
pub enum FilesystemFontLimitError {
Exceeded {
resource: ResourceKind<2>,
ceiling: u64,
observed_at_least: u64,
},
AccountingOverflow {
resource: ResourceKind<2>,
},
}