mirror of
				https://github.com/bspeice/speice.io
				synced 2025-10-30 17:10:31 -04:00 
			
		
		
		
	Minor tweak
This commit is contained in:
		| @ -144,7 +144,8 @@ must be defined on the remote type. | |||||||
| Rust makes this weird because you have to `use ClientExt` to bring the methods in scope, but the | Rust makes this weird because you have to `use ClientExt` to bring the methods in scope, but the | ||||||
| trait name might not show up because `impl ClientExt for RemoteStruct` is defined elsewhere. | trait name might not show up because `impl ClientExt for RemoteStruct` is defined elsewhere. | ||||||
| Alternately, `ClientExt: AnotherTrait` implementations where the default `ClientExt` implementation | Alternately, `ClientExt: AnotherTrait` implementations where the default `ClientExt` implementation | ||||||
| is used. | is used. To do this, Rust compiles the entire crate as a single translation unit, and the orphan | ||||||
|  | rule. | ||||||
|  |  | ||||||
| # Automatic markers? | # Automatic markers? | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user