Lines Matching full:foo*
93 /// struct Foo {
97 /// impl Serialize for Foo {
104 /// msg.write(&Foo { a: 1 }).unwrap();
120 /// struct Foo {
123 /// impl Serialize for Foo {
128 /// impl Deserialize for Foo {
130 /// Ok(Foo { a: parcel.read()? })
134 /// msg.write(&Foo { a: 1 }).unwrap();
135 /// let foo = msg.read::<Foo>().unwrap();
136 /// assert_eq!(foo.a, 1);
189 /// .open("foo")
222 /// .open("foo")