pub trait IntoCode {
// Required method
fn into_code(self) -> Result<OwnedCellSlice, Error>;
}Expand description
Anything that can be used as a VM code source.
pub trait IntoCode {
// Required method
fn into_code(self) -> Result<OwnedCellSlice, Error>;
}Anything that can be used as a VM code source.