pub trait GetMeSetters: HasPayload<Payload = GetMe> + Sized { }
Expand description

Setters for fields of GetMe

Implementors§

source§

impl<P> GetMeSetters for Pwhere P: HasPayload<Payload = GetMe>,