pub trait WeightInfo {
// Required methods
fn claim() -> Weight;
fn mint_claim() -> Weight;
fn claim_attest() -> Weight;
fn attest() -> Weight;
fn move_claim() -> Weight;
fn prevalidate_attests() -> Weight;
}
Required Methods§
fn claim() -> Weight
fn mint_claim() -> Weight
fn claim_attest() -> Weight
fn attest() -> Weight
fn move_claim() -> Weight
fn prevalidate_attests() -> Weight
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.