Crate xops_core[][src]

Structs

Arguments for the macro #[binop(...)]

Method implementation for a binary operation: fn op(self, rhs: B) -> C { .. }

An impl block for a binary operation.

Type definition for the output of a binary operation: type Output = C;

Functions