Skip to main content

post_inbox

Function post_inbox 

Source
pub async fn post_inbox(
    __arg0: State<App>,
    tn_id: TnId,
    __arg2: ConnectInfo<SocketAddr>,
    __arg3: OptionalRequestId,
    __arg4: Json<Inbox>,
) -> ClResult<(StatusCode, Json<ApiResponse<()>>)>