MCPcopy Create free account
hub / github.com/Logicalshift/flowbetween / deserialize

Method deserialize

attic/animation/src/serializer/vector/vector.rs:77–149  ·  view source on GitHub ↗

Deserializes a vector element from a data source We use a concrete type 'Chars' for the data source here and can't use generic types using the AnimationDataSource trait: this is because Rust's lifetime checker seems to have a bug and borrows the `data` element for as long as the trait exists if we use the generic form due to some kind of interaction with the box_fn function (data is only required

(element_id: ElementId, data: &mut Chars)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 15

deserializeFunction · 0.85
box_fnFunction · 0.85
BrushDefinitionEnum · 0.85
BrushPropertiesClass · 0.85
PathClass · 0.85
ShapeEnum · 0.85
AnimationRegionInterface · 0.85
MotionEnum · 0.85
TransformationEnum · 0.85
ElementResolverClass · 0.85
next_chrMethod · 0.80
mapMethod · 0.80

Tested by

no test coverage detected