Type Definition jupyter_client::Result

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

Wrapped result type for this crate.

This is just a failure::Error error type, with generic Ok type.