Skip to main content

SetRelation

Trait SetRelation 

Source
pub trait SetRelation<Rel, ValueOut> {
    // Provided method
    fn set_relation(&mut self, _rel: Rel, value: ValueOut) -> Result<(), Error> { ... }
}

Provided Methods§

Source

fn set_relation(&mut self, _rel: Rel, value: ValueOut) -> Result<(), Error>

Implementors§