Trait Documented

Source
pub trait Documented {
    type Documentation;

    // Required method
    fn get_documentation(
        &self,
    ) -> Result<Option<Self::Documentation>, DocumentationError>;
}

Required Associated Types§

Required Methods§

Implementors§

Source§

impl Documented for AnvilZksync

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for AnvilEnvironment

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for AnvilGeneric

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for Halt

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for Revert

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for Compiler

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for LLVM_Era

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for LLVM_EVM

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for Solc

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for SolcFork

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for Zksolc

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for Zkvyper

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for API

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for Core

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for EraVM

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for ExecutionPlatform

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for Sequencer

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for ZksyncError

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for Foundry

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for FoundryUpstream

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for FoundryZksync

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for Hardhat

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for HardhatUpstream

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for HardhatZksync

Source§

type Documentation = &'static ErrorDocumentation

Source§

impl Documented for Identifier

Source§

type Documentation = &'static ErrorDocumentation