soroban_env_host::budget

Trait AsBudget

Source
pub trait AsBudget: Clone {
    // Required method
    fn as_budget(&self) -> &Budget;
}

Required Methods§

Source

fn as_budget(&self) -> &Budget

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.

Implementors§