pub fn decode_vertex_properties<E>(
decoder: &E,
definitions: &Header,
elements: &Payload
) -> Result<E::Output, PlyError> where
E: VertexElementDecoder + VertexPropertyDecoder,
pub fn decode_vertex_properties<E>(
decoder: &E,
definitions: &Header,
elements: &Payload
) -> Result<E::Output, PlyError> where
E: VertexElementDecoder + VertexPropertyDecoder,