Trait Add
pub trait Add {
// Required methods
pub fn add(self, other: Self) -> Self;
}
Required methods
pub fn add(self, other: Self) -> Self
pub trait Add {
// Required methods
pub fn add(self, other: Self) -> Self;
}
pub fn add(self, other: Self) -> Self
impl Add for EmbeddedCurvePointimpl Add for Fieldimpl Add for Gasimpl Add for i16impl Add for i32impl Add for i64impl Add for i8impl Add for u1impl Add for u128impl Add for u16impl Add for u32impl Add for u64impl Add for u8