Type Definition quilkin::Result[][src]

type Result<T, E = Box<dyn Error>> = Result<T, E>;