Type Alias server_fn::SerializedFnTraitObj
source · pub type SerializedFnTraitObj<T> = fn(_: T, _: &[u8]) -> Pin<Box<dyn Future<Output = Result<Payload, ServerFnError>>>>;Expand description
A server function that can be called from the client.