Docs.rs
cel-cxx-ffi-0.2.4
cel-cxx-ffi 0.2.4
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
xjasonli
Dependencies
chrono ^0.4
normal
cxx ^1.0.189
normal
dyn-clone ^1
normal
log ^0.4
normal
anyhow ^1
build
cel-build-utils =0.2.4
build
cxx-build ^1.0.189
build
glob ^0.3
build
Versions
1.18%
of the crate is documented
Platform
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
FfiMacroPredicate
cel_
cxx_
ffi
0.2.4
FfiMacro
Predicate
Implementors
In cel_
cxx_
ffi::
parser
cel_cxx_ffi
::
parser
Trait
FfiMacro
Predicate
Copy item path
Source
pub trait FfiMacroPredicate:
Fn
(&
Macro
) ->
bool
{ }
Implementors
§
Source
§
impl<'f, F>
FfiMacroPredicate
for F
where F: 'f +
Fn
(&
Macro
) ->
bool
,