create_counter

Function create_counter 

Source
pub async fn create_counter<Conn>(
    conn: &Conn,
    id: Counter,
    initial_value: Int64,
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,