[][src]Module fwd_ad::owning_markers

A module containing marker types used to indicated whether a Dual can write or not in its content.

These marker types are empty struct, only deriving common traits.

Structs

RO

A type used to indicate read-only capability

RW

A type used to indicate read-write capability

Traits

CompatibleWith

A trait to indicate whether a given container type is compatible with a given RO/RW marker.

OwningMode

A trait regrouping owning mode markers