[][src]Trait fwd_ad::owning_markers::OwningMode

pub trait OwningMode: Sealed + Default { }

A trait regrouping owning mode markers

This trait is sealed and cannot be implemented outside this crate.

Implementors

impl OwningMode for RO[src]

impl OwningMode for RW[src]

Loading content...