* This also work, which is pretty neat: ```rust struct Foo { len: usize, buf: Buf, } fn unsizeit + 'static>(a: &Foo) -> &Foo> { a } ```