Type Definition python_launcher::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

std::result::Result type with Error as the error type.