plutus_ledger_api::csl::csl_to_pla

Trait ToPLA

Source
pub trait ToPLA<T> {
    // Required method
    fn to_pla(&self) -> T;
}

Required Methods§

Source

fn to_pla(&self) -> T

Implementors§

Source§

impl<T, U> ToPLA<U> for T
where U: FromCSL<T>,