Type Alias SharedCall

Source
pub type SharedCall<F> = SharedUpdateState<Call<F>>;

Aliased Type§

struct SharedCall<F>(/* private fields */);

Implementations§

Source§

impl<F> SharedCall<F>

Source

pub fn call(&self)