[−][src]Trait eosio::CheckedSub
TODO docs
Associated Types
type Output
TODO docs
Required methods
fn checked_sub(self, other: Other) -> Self::Output
TODO docs
TODO docs
type OutputTODO docs
fn checked_sub(self, other: Other) -> Self::OutputTODO docs
impl CheckedSub<Asset> for Asset[src]type Output = Result<Self, AssetOpError>#[must_use]
fn checked_sub(self, other: Self) -> Self::Output[src]impl CheckedSub<i64> for Asset[src]type Output = Option<Self>#[must_use]
fn checked_sub(self, other: i64) -> Self::Output[src]impl CheckedSub<i128> for Asset[src]type Output = Option<Self>#[must_use]
fn checked_sub(self, other: i128) -> Self::Output[src]impl CheckedSub<isize> for Asset[src]type Output = Option<Self>#[must_use]
fn checked_sub(self, other: isize) -> Self::Output[src]impl CheckedSub<u64> for Asset[src]type Output = Option<Self>#[must_use]
fn checked_sub(self, other: u64) -> Self::Output[src]impl CheckedSub<u128> for Asset[src]type Output = Option<Self>#[must_use]
fn checked_sub(self, other: u128) -> Self::Output[src]impl CheckedSub<usize> for Asset[src]type Output = Option<Self>#[must_use]
fn checked_sub(self, other: usize) -> Self::Output[src]