Trait grafix_toolbox::uses::OrAssignment [−][src]
pub trait OrAssignment {
fn or_def(self, with: bool) -> Self;
fn or_val(self, with: bool, v: Self) -> Self;
}pub trait OrAssignment {
fn or_def(self, with: bool) -> Self;
fn or_val(self, with: bool, v: Self) -> Self;
}