pub struct Reader<'a, 's, F> where
F: Clone + Fn(Buffer<'a>) -> Option<&'s [u8]>, { /* private fields */ }Expand description
Skin reader.
Implementations
This is supported on crate feature utils only.
This is supported on crate feature
utils only.Returns an Iterator that reads the inverse bind matrices of
the skin.
Trait Implementations
Auto Trait Implementations
impl<'a, 's, F> RefUnwindSafe for Reader<'a, 's, F> where
F: RefUnwindSafe,
impl<'a, 's, F> UnwindSafe for Reader<'a, 's, F> where
F: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more