Skip to main content

unpassed_path

Function unpassed_path 

Source
fn unpassed_path<'a>(
    path: Option<&'a Path>,
    listeners: &[UnixListener],
) -> Result<Option<&'a Path>>
Expand description

Drops the configured unix socket when a passed listener already binds that path, which would otherwise be unlinked and replaced on the way up.