Docs.rs
creusot-contracts-0.6.0
creusot-contracts 0.6.0
Docs.rs crate page
LGPL-2.1-or-later
Links
Homepage
crates.io
Source
Owners
xldenis
Lysxia
Dependencies
creusot-contracts-proc ^0.6.0
normal
num-rational ^0.4
normal
Versions
51.58%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
AddLogic
creusot_
contracts
0.6.0
AddLogic
Required Associated Types
Output
Implementations on Foreign Types
i8
i16
i32
i64
i128
isize
u8
u16
u32
u64
u128
usize
Implementors
In creusot_
contracts::
logic::
ops
creusot_contracts
::
logic
::
ops
Trait
AddLogic
Copy item path
Source
pub trait AddLogic<Rhs = Self> { type
Output
; }
Expand description
Trait for addition (
+
) in logic code.
Required Associated Types
§
Source
type
Output
Implementations on Foreign Types
§
Source
§
impl
AddLogic
for
i8
Source
§
type
Output
=
i8
Source
§
impl
AddLogic
for
i16
Source
§
type
Output
=
i16
Source
§
impl
AddLogic
for
i32
Source
§
type
Output
=
i32
Source
§
impl
AddLogic
for
i64
Source
§
type
Output
=
i64
Source
§
impl
AddLogic
for
i128
Source
§
type
Output
=
i128
Source
§
impl
AddLogic
for
isize
Source
§
type
Output
=
isize
Source
§
impl
AddLogic
for
u8
Source
§
type
Output
=
u8
Source
§
impl
AddLogic
for
u16
Source
§
type
Output
=
u16
Source
§
impl
AddLogic
for
u32
Source
§
type
Output
=
u32
Source
§
impl
AddLogic
for
u64
Source
§
type
Output
=
u64
Source
§
impl
AddLogic
for
u128
Source
§
type
Output
=
u128
Source
§
impl
AddLogic
for
usize
Source
§
type
Output
=
usize
Implementors
§
Source
§
impl
AddLogic
for
Int
Source
§
type
Output
=
Int