pub enum CostTrackerError {
WouldExceedBlockMaxLimit,
WouldExceedVoteMaxLimit,
WouldExceedAccountMaxLimit,
}
Variants
WouldExceedBlockMaxLimit
would exceed block max limit
WouldExceedVoteMaxLimit
would exceed vote max limit
WouldExceedAccountMaxLimit
would exceed account max limit
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CostTrackerError
impl Send for CostTrackerError
impl Sync for CostTrackerError
impl Unpin for CostTrackerError
impl UnwindSafe for CostTrackerError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more