pub fn create_sender(
    method: &str,
    dest: &str,
    tor_config: Option<TorConfig>
) -> Result<Box<dyn SlateSender>, Error>
Expand description

select a SlateSender based on method and dest fields from, e.g., SendArgs