Docs.rs
plutus-ledger-api-3.0.4
plutus-ledger-api 3.0.4
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
szg251
mlabs-haskell-ci
Dependencies
anyhow ^1.0.98
normal
cardano-serialization-lib ^14.1.2
normal
chrono ^0.4.41
normal
optional
data-encoding ^2.9.0
normal
impl_ops ^0.1.1
normal
is-plutus-data-derive ^1.0.0
normal
lbr-prelude ^0.1.3
normal
optional
linked-hash-map ~0.5.6
normal
nom ^7.1.3
normal
num-bigint ~0.4
normal
num-traits ~0.2.19
normal
proptest ^1.7.0
normal
serde ^1.0.219
normal
optional
serde_json ^1.0.142
normal
optional
thiserror ^1.0.69
normal
goldie ^0.5.0
dev
Versions
40.7%
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
plutus_
ledger_
api
3.0.4
TryToPLA
Required Methods
try_to_pla
Implementors
In plutus_
ledger_
api::
csl::
csl_
to_
pla
plutus_ledger_api
::
csl
::
csl_to_pla
Trait
TryToPLA
Copy item path
Source
pub trait TryToPLA<T> { // Required method fn
try_to_pla
(&self) ->
Result
<T,
TryFromCSLError
>; }
Required Methods
§
Source
fn
try_to_pla
(&self) ->
Result
<T,
TryFromCSLError
>
Implementors
§
Source
§
impl<T, U>
TryToPLA
<U> for T
where U:
TryFromCSL
<T>,