[][src]Type Definition sc_executor_common::error::Result

type Result<T> = Result<T, Error>;

Result type alias.