Type Definition atlist_rs::LinkedListResult[][src]

type LinkedListResult<T> = Result<T, LinkedListError>;