Lines Matching refs:Result
278 use crate::error::{self, Result};
299 fn parse(input: ParseStream) -> Result<Self> { in parse()
313 pub fn without_plus(input: ParseStream) -> Result<Self> { in without_plus()
324 ) -> Result<Type> { in ambig_ty()
617 fn parse(input: ParseStream) -> Result<Self> { in parse()
628 fn parse(input: ParseStream) -> Result<Self> { in parse()
641 fn parse(input: ParseStream) -> Result<Self> { in parse()
664 fn parse(input: ParseStream) -> Result<Self> { in parse()
677 fn parse(input: ParseStream) -> Result<Self> { in parse()
724 fn parse(input: ParseStream) -> Result<Self> { in parse()
733 fn parse(input: ParseStream) -> Result<Self> { in parse()
742 fn parse(input: ParseStream) -> Result<Self> { in parse()
775 fn parse(input: ParseStream) -> Result<Self> { in parse()
784 fn parse(input: ParseStream) -> Result<Self> { in parse()
793 pub fn without_plus(input: ParseStream) -> Result<Self> { in without_plus()
798 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse()
812 fn parse(input: ParseStream) -> Result<Self> { in parse()
820 fn parse(input: ParseStream) -> Result<Self> { in parse()
828 pub fn without_plus(input: ParseStream) -> Result<Self> { in without_plus()
834 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse()
848 ) -> Result<Punctuated<TypeParamBound, Token![+]>> { in parse_bounds()
884 fn parse(input: ParseStream) -> Result<Self> { in parse()
892 pub fn without_plus(input: ParseStream) -> Result<Self> { in without_plus()
897 pub(crate) fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse()
950 fn parse(input: ParseStream) -> Result<Self> { in parse()
961 fn parse(input: ParseStream) -> Result<Self> { in parse()
968 fn parse(input: ParseStream, allow_plus: bool) -> Result<Self> { in parse()
982 fn parse(input: ParseStream) -> Result<Self> { in parse()
988 fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result<BareFnArg> { in parse_bare_fn_arg()
1036 fn parse_bare_variadic(input: ParseStream, attrs: Vec<Attribute>) -> Result<BareVariadic> { in parse_bare_variadic()
1053 fn parse(input: ParseStream) -> Result<Self> { in parse()
1063 fn parse(input: ParseStream) -> Result<Self> { in parse()