pub trait SignatureBasedConcreteLibfunc {
// Required method
fn signature(&self) -> &LibfuncSignature;
}
Expand description
Trait for implementing a ConcreteLibfunc that returns a reference to the full signature of the library function.
pub trait SignatureBasedConcreteLibfunc {
// Required method
fn signature(&self) -> &LibfuncSignature;
}
Trait for implementing a ConcreteLibfunc that returns a reference to the full signature of the library function.