Trait wasmbin::visit::VisitResult[][src]

pub trait VisitResult {
    type Error;
    fn as_result(self) -> Result<(), Self::Error>;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors