pub trait GetScript {
    fn script(&self) -> Result<Script, Error>;
}
Expand description

Retrieve a relevant Script for the type.

Required Methods

Implementations on Foreign Types

Implementors