Home
last modified time | relevance | path

Searched defs:Vec (Results 1 – 1 of 1) sorted by relevance

/trusty/user/base/lib/trusty-std/src/
Dalloc.rs72 impl TryAllocFrom<&str> for Vec<u8> { implementation
81 impl TryAllocFrom<&[u8]> for Vec<u8> { implementation
102 impl<T> FallibleVec<T> for Vec<T> { implementation