Trait ttf_parser::parser::FromSlice
source · pub trait FromSlice<'a>: Sized {
// Required method
fn parse(data: &'a [u8]) -> Option<Self>;
}
Expand description
A trait for parsing raw binary data of variable size.
This is a low-level, internal trait that should not be used directly.
Required Methods§
Object Safety§
This trait is not object safe.