Crate xops_core

Source

Structs§

BinOpArgs
Arguments for the macro #[binop(...)]
BinOpFn
Method implementation for a binary operation: fn op(self, rhs: B) -> C { .. }
BinOpImpl
An impl block for a binary operation.
BinOpOutput
Type definition for the output of a binary operation: type Output = C;

Functions§

binop_read