Trait accessor::marker::AccessorTypeSpecifier[][src]

pub trait AccessorTypeSpecifier { }
Expand description

A marker trait representing that the type implementing this can be used to specify the type of an accessor (whether it can read a value, write a value, or both).

Implementors