Skip to main content

record_preview

Function record_preview 

Source
fn record_preview<E>(
    checks: &mut Vec<CompatibilityCheck>,
    name: &str,
    request_kind: &str,
    async_supported: bool,
    result: Result<U256, E>,
)