Struct fera_graph::props::Map

source ·
pub struct Map<P, F>(_, _);
Expand description

A property that maps the value of a wrapped property with a function.

This struct is created by PropGet::map.

Trait Implementations

Returns the value associated with key.
Creates a mapped property that maps each property value using fun.
Returns a reference to this property.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.