[][src]Trait solana_libra_vm::check_bounds::BoundsCheck

pub trait BoundsCheck {
    fn check_bounds(&self, module: &CompiledModuleMut) -> Vec<VMStaticViolation>;
}

Required methods

Loading content...

Implementors

impl<'_> BoundsCheck for &'_ FieldDefinition[src]

impl<'_> BoundsCheck for &'_ FunctionDefinition[src]

impl<'_> BoundsCheck for &'_ FunctionHandle[src]

impl<'_> BoundsCheck for &'_ FunctionSignature[src]

impl<'_> BoundsCheck for &'_ LocalsSignature[src]

impl<'_> BoundsCheck for &'_ ModuleHandle[src]

impl<'_> BoundsCheck for &'_ StructDefinition[src]

impl<'_> BoundsCheck for &'_ StructHandle[src]

impl<'_> BoundsCheck for &'_ TypeSignature[src]

Loading content...