Trait dae_parser::ProfileData
source · pub trait ProfileData: XNodeWrite + Sized {
// Required method
fn parse(it: &mut Peekable<Children<'_>>) -> Result<Self, Error>;
}
Expand description
A trait for the types that are legal to go in a TechniqueFx<T>
.