E0277
åé¡ // âããã¯åé¡ããã¾ãã trait Trait { fn function() -> Self; } // âãã㯠E0277: the size for values of type `Self` cannot be known at compilation time trait TraitOptional { fn function() -> Option<Self>; } // -> Result<Self, E> ã¨ãããå ´åãåæ§</self,></self>â¦