pub trait AgentActivityExt {
    // Provided method
    fn empty<T>(agent: &AgentPubKey) -> AgentActivityResponse<T> { ... }
}
Expand description

Helpers for constructing AgentActivity

Provided Methods§

source

fn empty<T>(agent: &AgentPubKey) -> AgentActivityResponse<T>

Create an empty chain status

Object Safety§

This trait is not object safe.

Implementors§