Skip to main content

decode_and_send_file

Function decode_and_send_file 

Source
fn decode_and_send_file(
    file: &mut RFile,
    sender: &UnboundedSender<Response>,
    settings: &Settings,
    game: &GameInfo,
    schema: &Option<Schema>,
)