Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

CallType

Denotes type of the call

Fully qualified path: snforge_std::trace::CallType

pub enum CallType {
    Call,
    Delegate,
}

Variants

Call

Regular call

Fully qualified path: snforge_std::trace::CallType::Call

Call

Delegate

Library call

Fully qualified path: snforge_std::trace::CallType::Delegate

Delegate