pub trait IntoBones<T> {
// Required method
fn into_bones(self) -> T;
}Expand description
Trait for converting types similar to bones into their bones compatible versions.
Required Methods§
Sourcefn into_bones(self) -> T
fn into_bones(self) -> T
Converts this type into its bones compatible equivalent.