[][src]Module fluid::prelude

The imports needed to use the crate.

Example

use fluid::prelude::*;

Re-exports

pub use crate::core::should::ShouldExtension;
pub use crate::traits::collection::*;
pub use crate::traits::string::*;
pub use crate::fact_;

Structs

LeftElement

Structure to initiate the Should structure , when the should method is called. It is used by the macros.

Traits

Not

The unary logical negation operator !.