Type Definition quilkin::Result[][src]

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